Cargo Features
[dependencies]
nybbles = { version = "0.3.4", default-features = false, features = ["std", "nightly", "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
- nightly
-
Enables may_dangle and specialization of smallvec
- serde
- rlp
-
Enables alloy-rlp
- arbitrary = std