flier / rust-fasthash

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

Derive clone #10

Closed mashedcode closed 5 years ago

mashedcode commented 5 years ago

Because one might want to clone a HashMap for example.

flier commented 5 years ago

Thanks