Cargo Features

b-table has no features set by default.

[dependencies]
b-table = { version = "0.2.1", features = ["all", "logging", "stream"] }
all = logging, stream
logging all? = log

Enables logging of b-tree and freqfs

stream all? = async-trait

Enables stream of b-tree, smallvec of destream

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.

async-trait stream?
destream stream?
log logging?