flier / rust-fasthash

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

Hashing as const fn #14

Open MageSlayer opened 4 years ago

MageSlayer commented 4 years ago

Hi

Are there any plans to implement hashing as const fn? Nightly Rust recently implemented if/while/for expressions in const fn. It seems it's enough for getting hashes for constants at compile time.