luizirber / nthash

ntHash implementation in Rust
Other
34 stars 7 forks source link

Initialize with const fn #6

Closed luizirber closed 5 years ago

luizirber commented 5 years ago

With Rust 1.33 we can use const fn and avoid lazy_static (as pointed in https://github.com/luizirber/nthash/pull/2#issuecomment-456617704 )