pub type RapidInlineHasher<'s> = RapidHasher<'s, rapidhash::::fast::RapidHasher::{constant#0}, rapidhash::::fast::RapidHasher::{constant#1}, rapidhash::::fast::RapidHasher::{constant#2}, rapidhash::::fast::RapidHasher::{constant#3}>;Expand description
A std::hash::Hasher inspired by crate::v3::rapidhash_v3 with a focus on speed and
throughput.
This is an alias for inner::RapidHasher with the following settings:
AVALANCHEis disabled.SPONGEis enabled.COMPACTis disabled.PROTECTEDis disabled.
Use crate::quality::RapidHasher for a higher quality hash output where necessary.
Aliased Typeยง
pub struct RapidInlineHasher<'s> { /* private fields */ }