Cargo Features
[dependencies]
oxifaster = { version = "0.1.3", default-features = false, features = ["statistics", "prometheus", "io_uring", "hash-xxh3", "hash-xxh64", "f2", "clap"] }
- default = hash-xxh3
-
The
hash-xxh3feature is set by default wheneveroxifasteris added withoutsomewhere in the dependency tree.default-features = false - statistics
- prometheus
-
Affects
stats::prometheus… - io_uring
-
Enables io-uring ^0.6
- hash-xxh3 default
-
Enables xxh3 of xxhash-rust
xxhash-rust:
Enable xxh3 implementation
- hash-xxh64
-
Enables xxh64 of xxhash-rust
xxhash-rust:
Enable xxh64 implementation
- f2
-
Affects
oxifaster::f2…