Cargo Features
[dependencies]
radix-substate-store-impls = { version = "1.2.0", default-features = false, features = ["std", "alloc", "rocksdb"] }
- default = std
-
The
std
feature is set by default wheneverradix-substate-store-impls
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, radix-substate-store-interface, 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, radix-substate-store-interface, and sbor
- rocksdb
-
Enables rocksdb ^0.21.0
Affects
radix-substate-store-impls::rocks_db
,radix-substate-store-impls::rocks_db_with_merkle_tree
…