axhash 0.1.2

Fast non-cryptographic hash function for Rust with no_std support and strong HashMap performance.
1
2
3
fn main() {
    println!("Hello, world!");
}