Cargo Features

[dependencies]
sux = { version = "0.7.2", default-features = false, features = ["cli", "fuzz", "slow_tests", "mwhc", "no_logging", "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

Required by mem_usage and rcl binaries

fuzz

Enables arbitrary

Fuzz

Affects sux::fuzz

slow_tests

Run slow tests (use --release)

mwhc

Compile MWHC data structures (mainly for benchmarking)

no_logging

Disable logging for binaries that build functions and filters (for benchmarking)

rayon default

Enables rayon

Affects bit_field_slice::BitFieldSliceMut.par_reset, bit_field_slice::AtomicBitFieldSlice.par_reset_atomic