Raw Rust FFI bindings to the xxhash C library. It does not provide a safe Rust wrapper API; callers are responsible for upholding the safety requirements documented by the upstream xxHash C API.
libxxhashdevelopment headers, version 0.8.xpkg-configconfigured to findlibxxhashlibclang, required bybindgen
On macOS with Homebrew:
brew install xxhash pkg-config llvmOn Debian or Ubuntu:
sudo apt install libxxhash-dev pkg-config clang