Cargo Features
[dependencies]
radix-common-derive = { version = "1.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverradix-common-derive
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of radix-common
- alloc
-
Enables alloc of radix-common
radix-common-derive has 3 features without comments.