Cargo Features
[dependencies]
blech32 = { version = "0.8.1", default-features = false, features = ["std", "strict"] }
- default = std
-
The
std
feature is set by default wheneverblech32
is added without
somewhere in the dependency tree.default-features = false - std default
- strict
-
Only for CI to make all warnings errors, do not activate otherwise (may break forward compatibility)