Cargo Features

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

The rayon feature is set by default whenever sux is added without default-features = false somewhere in the dependency tree.

cli

Build the binary utils

Enables clap

Cli

Required by mem_usage and rcl binaries

fuzz

Enables arbitrary

Fuzz

Affects sux::fuzz

slow_tests

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