Cargo Features
[dependencies]
lmfu = { version = "1.3.1", default-features = false, features = ["arcstr", "strpool", "json", "hashmap", "litemap", "arrayvec", "thinvec"] }
- default = arcstr, arrayvec, hashmap, json, litemap, thinvec
-
These default features are set whenever
lmfu
is added without
somewhere in the dependency tree.default-features = false - arcstr default json
-
Enables arcstr
- strpool json
-
Enables strpool
- json default = arcstr, strpool, thinvec
-
Affects
lmfu::json
… - hashmap default
-
Affects
lmfu::hash_map
,lmfu::HashSet
… - litemap default
-
Enables litemap
Affects
lmfu::LiteSet
… - arrayvec default
-
Enables arrayvec
- thinvec default json