tab-hash 0.1.2

Simple and twisted tabulation hashing for 32-bit unsigned integers.
Documentation
1
2
3
4
5
6
7
use cc;

fn main() {
    cc::Build::new()
        .file("tests/reference_implementation.c")
        .compile("tab-hash-reference");
}