1 2 3 4 5 6 7 8 9
// Hybrid SIMD width usage currently requires unstable 'stdsimd' #![cfg_attr(hybrid, feature(stdarch_x86_avx512))] #[rustfmt::skip] mod gxhash; mod hasher; pub use crate::gxhash::*; pub use crate::hasher::*;