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 whenever memtable is added without default-features = false somewhere in the dependency tree.

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.

memtable-macros macros?