Cargo Features

rsdb has no features set by default.

[dependencies]
rsdb = { version = "0.12.1", features = ["stress", "bench", "clippy"] }
stress = chan-signal, docopt, rand, rayon, zstd

Required by stress and stress2 binaries

bench = clap, env_logger, log, num_cpus, rand, rayon, zstd

Required by the bench binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

log bench?

Enables log ^0.3

rayon bench? stress?

Enables rayon ^0.8

env_logger bench?

Enables env_logger ^0.4

num_cpus bench?
zstd bench? stress?

Enables zstd ^0.4

clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust

clap bench?

Enables clap ^2.26

rand bench? stress?

Enables rand ^0.3

docopt stress?

Enables docopt ^0.8

chan-signal stress?