Cargo Features
rexrocksdb has no features set by default.
[dependencies]
rexrocksdb = { version = "0.3.2", features = ["valgrind", "portable", "sse"] }
- valgrind
- portable
-
Enables portable of librocksdbsys
librocksdbsys:
portable doesn't require static link, though it's meaningless when not using with static-link right now in this crate.
- sse
-
Enables sse of librocksdbsys
rexrocksdb has 3 features without comments.