[![crates.io](https://img.shields.io/crates/v/hashable.svg)](https://crates.io/crates/hashable) [![docs.rs](https://docs.rs/hashable/badge.svg)](https://docs.rs/hashable) [![LICENSE](https://img.shields.io/crates/l/hashable.svg)](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.