Cargo Features
rocks has no features set by default.
[dependencies]
rocks = { version = "0.1.10", features = ["full", "static-link", "snappy", "zlib", "bzip2", "lz4", "zstd"] }
- default
-
These default features are set whenever
rocks
is added without
somewhere in the dependency tree.default-features = false Enables rocks-sys
- full
-
Enables static-link-all of rocks-sys
- static-link
-
Enables static-link of rocks-sys
- snappy
- zlib
- bzip2
- lz4
- zstd
rocks has 8 features without comments.