flier / rust-fasthash

A suite of non-cryptographic hash functions for Rust.
Apache License 2.0
138 stars 28 forks source link

Add support for aHash #19

Closed tkaitchuck closed 3 years ago

tkaitchuck commented 4 years ago

Adds support for aHash. This required adding support for keys on type (u128, u128) which is also added.

tkaitchuck commented 4 years ago

@flier Please take a look. There is a compile error in some of the C code that is getting pulled in, but it's not related to this PR.