xxh3/
lib.rs

1mod xxh3;
2
3pub use crate::xxh3::{hash128_with_seed, hash64_with_seed};