Cargo Features
[dependencies]
bitcoincash-bech32 = { version = "0.1.0", default-features = false, features = ["std", "strict"] }
- default = std
-
The
std
feature is set by default wheneverbitcoincash-bech32
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)