https://github.com/doumanash/xxhash-c-sys
Rust raw bindings to xxHash
https://github.com/doumanash/xxhash-c-sys
Last synced: 2 months ago
JSON representation
Rust raw bindings to xxHash
- Host: GitHub
- URL: https://github.com/doumanash/xxhash-c-sys
- Owner: DoumanAsh
- License: bsl-1.0
- Created: 2020-10-04T11:37:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-04T08:06:10.000Z (5 months ago)
- Last Synced: 2025-02-28T08:29:22.551Z (3 months ago)
- Language: C++
- Size: 173 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xxhash-c-sys
[](https://github.com/DoumanAsh/xxhash-c-sys/actions/workflows/rust.yml)
[](https://crates.io/crates/xxhash-c-sys)
[](https://docs.rs/crate/xxhash-c-sys/)Proper bindings to [xxHash](https://github.com/Cyan4973/xxHash)
Current version corresponds to [0.8.3](https://github.com/Cyan4973/xxHash/releases/tag/v0.8.3)
## Features
- `no_std` - Disables C Std library usage in xxhash. Specifically it makes `malloc` fail