axhash-core 0.9.0

Platform-agnostic AxHash core for Rust with no_std compatibility.
Documentation
1
2
3
4
5
6
7
pub mod api;
pub mod build;
pub mod core;

pub(crate) mod trait_impl;

pub use crate::hasher::core::AxHasher;