Commit Graph

17 Commits

Author SHA1 Message Date
XAMPPRocky
5e09ea0a1c
Add Github Actions (#10)
* Add Github Actions

This PR adds CI with GitHub Actions using the `rust-lang/simpleinfra` simple ci github action.
2020-05-18 11:19:04 -04:00
Mark Rousskov
89ce6783ea Implement no_std mode
This only exports the hash itself, omitting the HashMap re-exports.

Essentially a rebase of #7.
2020-02-08 08:17:43 -05:00
Mark Rousskov
18411e8d6e
Merge pull request #8 from danthedeckie/patch-1
Example missed `mut` for the `map`.
2020-02-08 08:05:21 -05:00
Mark Rousskov
22ad53ec9f
Merge pull request #9 from nickray/nickray-remove-byteorder
Remove byteorder dependency
2020-02-08 08:04:23 -05:00
Nicolas Stalder
4b01fab3b0 Remove byteorder dependency 2019-12-29 22:47:48 +01:00
Daniel
12189aa075
Example missed mut for the map. 2019-08-11 17:19:55 +01:00
Nick Cameron
d110ab3e47
Merge pull request #3 from alexheretic/nicer-readme
Add crates, doc badge & rust hightlighting to readme
2018-06-24 16:03:32 +12:00
Alex Butler
810a7924e8
Add crates, doc badge & rust hightlighting to readme 2018-06-22 21:55:11 +01:00
John Kåre Alsaker
1e6125871e Bump version 2018-05-28 17:57:47 +02:00
John Kåre Alsaker
00eef8121f Remove Cargo.lock 2018-05-28 17:57:47 +02:00
John Kåre Alsaker
970081f180 Hash up to 8 bytes at once with FxHasher 2018-05-28 17:57:47 +02:00
Niko Matsakis
abd3d05849 bump version to 1.0.0 2018-05-24 09:05:38 -04:00
Niko Matsakis
36ba78a873 add various fields to Cargo.toml 2018-05-24 08:56:20 -04:00
Niko Matsakis
673454b272 add some minimal comments 2018-05-24 08:36:14 -04:00
Niko Matsakis
138f76c56d add license files and code-of-conduct from rustc 2018-05-24 08:32:43 -04:00
Niko Matsakis
373451952e move code over from rustc 2018-05-24 08:31:47 -04:00
Niko Matsakis
ef0077f1e9
Initial commit 2018-05-24 08:26:21 -04:00