Cargo Features

[dependencies]
fjall = { version = "2.3.2", default-features = false, features = ["lz4", "miniz", "bloom", "single_writer_tx", "ssi_tx"] }
default = bloom, lz4, single_writer_tx

These default features are set whenever fjall is added without default-features = false somewhere in the dependency tree.

lz4 default

Enables lz4 of lsm-tree

miniz

Enables miniz of lsm-tree

bloom default

Enables bloom of lsm-tree

single_writer_tx default

Affects write::single_writer, fjall::TxPartition, fjall::TxPartitionHandle, fjall::TransactionalPartition

ssi_tx

Affects write::ssi, fjall::TxPartition, fjall::TxPartitionHandle, fjall::TransactionalPartition

__internal_whitebox

Affects fjall::drop