Cargo Features
[dependencies]
mappum-librocksdb-sys = { version = "6.7.0-alpha.1", default-features = false, features = ["static", "zlib", "bzip2"] }
- default = static
-
The
static
feature is set by default whenevermappum-librocksdb-sys
is added without
somewhere in the dependency tree.default-features = false - static default
- snappy lz4 zstd zlib
- bzip2
-
Affects
mappum-librocksdb-sys::bz_internal_error
…