Cargo Features

xxhash-c-sys has no features set by default.

[dependencies]
xxhash-c-sys = { version = "0.8.6", features = ["no_std"] }
no_std

Disables stdlib related functionality
Specifically all functions that allocate will fail This does not affect crate itself as it is just bindings and therefore always no_std