xxhash-c-sys 0.8.6

Bindings to xxhash
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# xxhash-c-sys

![Rust](https://github.com/DoumanAsh/xxhash-c-sys/workflows/Rust/badge.svg?branch=master)
[![Crates.io](https://img.shields.io/crates/v/xxhash-c-sys.svg)](https://crates.io/crates/xxhash-c-sys)
[![Documentation](https://docs.rs/xxhash-c-sys/badge.svg)](https://docs.rs/crate/xxhash-c-sys/)

Proper bindings to [xxHash](https://github.com/Cyan4973/xxHash)

Current version corresponds to [0.8.2](https://github.com/Cyan4973/xxHash/releases/tag/v0.8.2)

## Features

- `no_std` - Disables C Std library usage in xxhash. Specifically it makes `malloc` fail