Cargo Features

txfs has no features set by default.

[dependencies]
txfs = { version = "0.3.0", features = ["all", "logging", "stream"] }
all = logging, stream
logging all? = log

Enables logging of freqfs and txn_lock

stream all?

Enables stream of freqfs

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.

log logging?