fasthash-sys-fork 0.4.2

A suite of non-cryptographic hash functions for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
typedef void* fhtw ;

fhtw fhtw_new(int size);
void fhtw_free(fhtw);
int fhtw_set(fhtw, void* key, int key_len, void* value);
void* fhtw_get(fhtw, void* key, int key_len);
int fhtw_hash(void* key, int key_len);