Cargo Features

[dependencies]
fjall = { version = "1.5.0", default-features = false, features = ["all", "single_writer_tx", "bloom"] }
default = single_writer_tx

The single_writer_tx feature is set by default whenever fjall is added without default-features = false somewhere in the dependency tree.

all = bloom, single_writer_tx
single_writer_tx default all?

Affects fjall::TxPartition, fjall::TxPartitionHandle, fjall::TransactionalPartition

bloom all?

Enables bloom of lsm-tree

__internal_integration

Affects fjall::drop