Cargo Features

[dependencies]
naan = { version = "0.1.32", default-features = false, features = ["std", "alloc", "tinyvec", "docs", "test"] }
default = alloc, std

These default features are set whenever naan is added without default-features = false somewhere in the dependency tree.

std default = alloc

Affects impls::hash_map, naan::hkt.std

alloc default std

Affects impls::string, impls::vec, impls::btree_map

tinyvec docs?

Enables tinyvec

Affects impls::tinyvec

docs = tinyvec
test