Cargo Features
[dependencies]
memtable = { version = "0.2.0", default-features = false, features = ["std", "alloc", "cell", "csv", "macros", "serde", "sled"] }
- default = std
-
The
std
feature is set by default whenevermemtable
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of memtable-core
- alloc
-
Enables alloc of memtable-core
- cell
-
Enables cell of memtable-core
- csv
-
Enables csv of memtable-core
- macros = memtable-macros
- serde
-
Enables serde-1 of memtable-core
- sled
-
Enables sled-1 of memtable-core
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.