servo / rust-fnv

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

More documentation #4

Closed frewsxcv closed 8 years ago

frewsxcv commented 8 years ago

Rebase of #3 to work with stable and beta. I couldn't get cfg_attr!() to work correctly with conditionally turning on features, so I just disabled the nightly-only tests for now.

Fixes #3.

Review on Reviewable

frewsxcv commented 8 years ago

r? @SimonSapin

SimonSapin commented 8 years ago

r=me the version number bumped to 1.0.1 to publish on crates.io, where Servo can pick it up in order to have the docs show up on doc.servo.org.

frewsxcv commented 8 years ago

@bors-servo r=SimonSapin

frewsxcv commented 8 years ago

@SimonSapin

  1. it appears homu is not setup to manage this repo (https://github.com/servo/saltfs/issues/201)
  2. it appears servo org members do not have write access to this repo, so i don't see the green merge button
jdm commented 8 years ago

I fixed the repo collaborators to address point 2.

SimonSapin commented 8 years ago

Thanks @frewsxcv and @ogham !