-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no_std
, std
-compatible type aliases, docs
#35
Conversation
…argo rdme` support, README spelling, grammar, etc.
Will fix the failing tests asap. |
Hi @virtualritz, just letting you know that I haven't forgotten your PR. I would like to merge a quite substantial refactoring first and then I'll rebase your PR on it |
I didn't think you did, I saw you where very busy in other branches. 😁 |
Hi @virtualritz,
I'll rebase this branch on latest main commit and extract two commits for the two first points |
* Added `Clone` and `Debug` traits to `GxHasher` and `GxBuildHasher`. * Updated deps. * Made clippy (almost) happy. * rustfmt. * Added no_std compatibility, removed `Gx` prefix from type aliases, `cargo rdme` support, README spelling, grammar, etc. * `cargo rdme` options * Added cargo features section in docs. * Fixed tests and doc tests. * Missing line-breaks. --------- Co-authored-by: Olivier Giniaux <[email protected]>
* Added `Clone` and `Debug` traits to `GxHasher` and `GxBuildHasher`. * Updated deps. * Made clippy (almost) happy. * rustfmt. * Added no_std compatibility, removed `Gx` prefix from type aliases, `cargo rdme` support, README spelling, grammar, etc. * `cargo rdme` options * Added cargo features section in docs. * Fixed tests and doc tests. * Missing line-breaks. --------- Co-authored-by: Olivier Giniaux <[email protected]>
* Added `Clone` and `Debug` traits to `GxHasher` and `GxBuildHasher`. * Updated deps. * Made clippy (almost) happy. * rustfmt. * Added no_std compatibility, removed `Gx` prefix from type aliases, `cargo rdme` support, README spelling, grammar, etc. * `cargo rdme` options * Added cargo features section in docs. * Fixed tests and doc tests. * Missing line-breaks. --------- Co-authored-by: Olivier Giniaux <[email protected]>
Here I have extracted two PRs from this one: Don't hesitate to leave comments I'll keep these PRs open for a few days before merging |
no_std
support.Gx
prfix from the convenience type aliases and addedHashMapExt
compatibility trait.README
tolib.rs
.cargo rdme
.