https://github.com/jonnadal/hashable
HashMap and HashSet replacements that implement the Hash trait
https://github.com/jonnadal/hashable
hashmap hashset rust
Last synced: 6 months ago
JSON representation
HashMap and HashSet replacements that implement the Hash trait
- Host: GitHub
- URL: https://github.com/jonnadal/hashable
- Owner: jonnadal
- License: mit
- Created: 2021-02-13T21:44:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T21:49:51.000Z (almost 5 years ago)
- Last Synced: 2025-07-20T01:19:12.658Z (6 months ago)
- Topics: hashmap, hashset, rust
- Language: Rust
- Homepage: https://crates.io/crates/hashable
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/hashable)
[](https://docs.rs/hashable)
[](https://github.com/jonnadal/hashable/blob/master/LICENSE)
This Rust library provides `HashMap` and `HashSet` replacements that implement
the `Hash` trait -- `HashableHashMap` and `HashableHashSet`.
## Contribution
Contributions are welcome! Please [fork the
library](https://github.com/jonnadal/hashable/fork), push changes to your
fork, and send a [pull
request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/).
All contributions are shared under an MIT license unless explicitly stated
otherwise in the pull request.
## License
Hashable is copyright 2021 Jonathan Nadal. It is made available under the MIT
License.