Cargo Features
mmap-storage has no features set by default.
[dependencies]
mmap-storage = { version = "0.10.0", features = ["serializer", "json", "bincode", "toml"] }
- serializer = serde
-
Affects
mmap-storage::serializer
… - json = serde_json
-
Affects
serializer::json
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bincode implicit feature
-
Affects
serializer::bincode
… - toml implicit feature
-
Affects
serializer::toml
… - serde serializer?
- serde_json json?