Skip to content

ecol-master/xxhash-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xxhash-sys

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.

Build Requirements

  • libxxhash development headers, version 0.8.x
  • pkg-config configured to find libxxhash
  • libclang, required by bindgen

On macOS with Homebrew:

brew install xxhash pkg-config llvm

On Debian or Ubuntu:

sudo apt install libxxhash-dev pkg-config clang

About

Raw FFI bindings for xxhash library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors