Crate spin_common

Crate spin_common 

Source
Expand description

Spin common modules

Modules§

arg_parser
Command line argument parsers
assert
Assertion macros.
data_dir
Resolves Spin’s default data directory paths
paths
Resolves a file path to a manifest file
sha256
SHA-256 digest
sloth
Warn on slow operations
ui
Functions supporting common UI behaviour and standards
url
Operations on URLs

Macros§

assert_matches
Asserts that the expression matches the pattern.
assert_not_matches
Asserts that the expression does not match the pattern.