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 default-features = false somewhere in the dependency tree.

Enables rocks-sys

full

Enables static-link-all of rocks-sys

Enables static-link of rocks-sys

snappy

Enables snappy of rocks-sys

zlib

Enables zlib of rocks-sys

bzip2

Enables bzip2 of rocks-sys

lz4

Enables lz4 of rocks-sys

zstd

Enables zstd of rocks-sys

rocks has 8 features without comments.