tab-hash 0.2.0

Simple and twisted tabulation hashing for 32-bit and 64-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");
}