Cargo Features
[dependencies]
ordermap = { version = "1.1.0", default-features = false, features = ["std", "quickcheck", "rayon", "serde", "sval", "borsh", "arbitrary"] }
- default = std
-
The
stdfeature is set by default wheneverordermapis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Affects
map::OrderMap,set::OrderSet… - quickcheck
-
Enables quickcheck, quickcheck of indexmap
- rayon
-
Enables rayon, rayon of indexmap
Affects
map::rayon,set::rayon… - serde
-
Enables serde and serde_core, serde of indexmap
Affects
map::serde_seq… - sval
- borsh
- arbitrary