Cargo Features
[dependencies]
litemap = { version = "0.7.3", default-features = false, features = ["alloc", "databake", "serde", "yoke", "bench", "testing"] }
- default = alloc
-
The
alloc
feature is set by default wheneverlitemap
is added without
somewhere in the dependency tree.default-features = false - alloc default testing?
- databake
-
Enables databake
- serde bench?
-
Enables serde
- yoke
-
Enables yoke
- bench = serde
- testing = alloc
-
Enables the
testing
module with tools for testing custom stores.