[go: up one dir, main page]

gxhash 2.2.0

GxHash non-cryptographic algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
#![feature(core_intrinsics)]
#![feature(pointer_byte_offsets)]
#![feature(stdsimd)]
#![feature(stmt_expr_attributes)]

mod gxhash;
mod hasher;

pub use gxhash::*;
pub use hasher::*;