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 default-features = false somewhere in the dependency tree.

arcstr default json

Enables arcstr

strpool json

Enables strpool

json default = arcstr, strpool, thinvec

Enables ahash and litemap

Affects lmfu::json

hashmap default

Enables ahash and litemap

Affects lmfu::hash_map, lmfu::HashSet

litemap default

Enables litemap

Affects lmfu::LiteSet

arrayvec default

Enables arrayvec

thinvec default json