Cargo Features
[dependencies]
radix-substate-store-interface = { version = "1.2.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverradix-substate-store-interface
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of hex, use_std of itertools ^0.10.3 and std of radix-common, radix-rust, and sbor
sbor:
preserve_order requires std
- alloc
-
Enables alloc of hex, use_alloc of itertools ^0.10.3, alloc of radix-common, radix-rust, and sbor
radix-substate-store-interface has 3 features without comments.