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

std default

Enables std of radix-common

alloc

Enables alloc of radix-common

radix-common-derive has 3 features without comments.