Cargo Features

[dependencies]
cuniq = { version = "1.0.3", default-features = false, features = ["memmap", "compile-time-rng", "bench"] }
default = compile-time-rng, memmap

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

memmap default bench?

Ability to read files via memory-mapping

Enables memmap of line_cardinality

compile-time-rng default

Enables compile-time-rng of line_cardinality

line_cardinality:

Enables compile-time RNG for ahash seed

bench = memmap

Features required for the benchmarks to run. This feature set is not stable and should not be used outside of running the benchmarks.