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 wheneversux
is added without
somewhere in the dependency tree.default-features = false - 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
…