Cargo Features
[dependencies]
litemap = { version = "0.8.1", default-features = false, features = ["alloc", "databake", "serde", "yoke", "testing"] }
- default = alloc
-
The
allocfeature is set by default wheneverlitemapis added withoutsomewhere in the dependency tree.default-features = false - alloc default serde? testing?
- databake
-
Enables databake
- serde = alloc
-
Enables serde_core
- yoke
-
Enables yoke
- testing = alloc
-
Enables the
testingmodule with tools for testing custom stores.