3 lines
77 B
Rust
3 lines
77 B
Rust
|
|
/// The hasher used to compare layouts.
|
||
|
|
pub type Hasher = twox_hash::XxHash;
|