Cargo Features
[dependencies]
ckb-librocksdb-sys = { version = "9.10.0", default-features = false, features = ["io-uring", "static", "bzip2"] }
- default = static
-
The
static
feature is set by default wheneverckb-librocksdb-sys
is added without
somewhere in the dependency tree.default-features = false - portable march-native jemalloc io-uring
- static default
- snappy lz4 zstd zlib bzip2
ckb-librocksdb-sys has 4 features without comments.