Cargo Features

[dependencies]
sux = { version = "0.3.1", default-features = false, features = ["cli", "fuzz", "slow", "rayon"] }
default = cli, rayon

These default features are set whenever sux is added without default-features = false somewhere in the dependency tree.

cli default

Build the binary utils

Enables clap and env_logger

env_logger:

Cli

fuzz

Enables arbitrary

Fuzz

Affects sux::fuzz

slow

Run slow tests (use --release)

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.

rayon default