flier / rust-fasthash

A suite of non-cryptographic hash functions for Rust.
Apache License 2.0
138 stars 28 forks source link

Derive default #15

Closed mashedcode closed 4 years ago

mashedcode commented 4 years ago

To make HashMap::default work which is useful when deserializing with serde as it'll initialize the HashMap via Default.