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 whenever nybbles is added without default-features = false somewhere in the dependency tree.

std default arbitrary?

Enables std of optional alloy-rlp, const-hex, optional proptest, and optional serde

alloy-rlp:

rlp

serde

Enables serde, serde of smallvec

rlp

Enables alloy-rlp

arbitrary = std

Enables arbitrary and proptest, arbitrary of smallvec