iced-yoda/src/hasher.rs

3 lines
77 B
Rust
Raw Normal View History

2019-07-20 19:12:31 +02:00
/// The hasher used to compare layouts.
pub type Hasher = twox_hash::XxHash;