Cargo Features
[dependencies]
bitcoin-push-decoder = { version = "0.4.0", default-features = false, features = ["no-std", "std"] }
- default = std
-
The
std
feature is set by default wheneverbitcoin-push-decoder
is added without
somewhere in the dependency tree.default-features = false - no-std
- std default
-
Affects
bitcoin-push-decoder::test_util
…