Cargo Features

[dependencies]
rocksolid = { version = "2.4.0", default-features = false, features = ["full", "multi-threaded-cf", "lz4", "snappy", "zstd", "zlib", "bzip2", "natlex_sort", "nat_sort"] }
default full? = lz4, multi-threaded-cf

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

full = bzip2, default, nat_sort, natlex_sort, snappy, zlib, zstd
multi-threaded-cf default

Enables multi-threaded-cf of rocksdb ^0.22

lz4 default

Enables lz4 of rocksdb ^0.22

snappy full?

Enables snappy of rocksdb ^0.22

zstd full?

Enables zstd of rocksdb ^0.22

zlib full?

Enables zlib of rocksdb ^0.22

bzip2 full?

Enables bzip2 of rocksdb ^0.22

natlex_sort full?

Comparators

Enables natlex_sort

nat_sort full?

Enables natord