axhash-core 0.5.8

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

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