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.