servo / rust-fnv

Fowler–Noll–Vo hash function
https://doc.servo.org/fnv/
Apache License 2.0
338 stars 28 forks source link

Add support for no_std compilation through an "std" feature #22

Closed dflemstr closed 4 years ago

dflemstr commented 4 years ago

This ended up being quite straightforward. To make sure that I didn't have to change anything else, alloc is enabled for tests, and documentation is conditionally excluded when the "std" feature is disabled.

tomaka commented 4 years ago

Can I gently ping this PR?

dflemstr commented 4 years ago

Done!

tomaka commented 4 years ago

Would it also be possible to publish a new version on crates.io? :pray: