axhash-core 0.8.2

Platform-agnostic AxHash core for Rust with no_std compatibility.
Documentation
1
2
3
4
5
6
7
8
pub mod api;
pub mod build;
pub mod core;
// Implementation detail: contains only `impl Hasher for AxHasher`.
// Nothing here is part of the public API.
pub(crate) mod hasher_impl;

pub use crate::hash::core::AxHasher;