summaryrefslogtreecommitdiffstats
path: root/src/hasher.rs
blob: a930fa139ce8b55971c067136ec8626c0fa8adf4 (plain) (blame)
1
2
/// The hasher used to compare layouts.
pub type Hasher = twox_hash::XxHash;