Cargo Features
[dependencies]
gxhash = { version = "3.4.1", default-features = false, features = ["std", "bench-csv", "bench-plot", "hybrid"] }
- default = std
-
The
std
feature is set by default whenevergxhash
is added without
somewhere in the dependency tree.default-features = false - std default
- bench-csv
-
Only relevant for throughput benchmarks
- bench-md bench-plot
- hybrid
-
Affects
x86::compress_8
…