Cargo Features
[dependencies]
nybbles = { version = "0.2.1", default-features = false, features = ["std", "serde", "rlp", "arbitrary"] }
- default = std
-
The
std
feature is set by default whenevernybbles
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary?
-
Enables std of optional alloy-rlp, const-hex, optional proptest, and optional serde
alloy-rlp:
rlp
- serde
- rlp
-
Enables alloy-rlp
- arbitrary = std