multi-map
multi-map copied to clipboard
Like a Rust std::collection::HashMap, but allows you to use either of two different keys to retrieve items.
First of all, thank you very much for the quick responses and gentle guidance. I also stumbled over the missing `len()` method, which I implemented for myself in my fork....
The link on [crates.io](https://crates.io/crates/multi-map) points to [https://thejpster.github.io/multi-map/doc/multi_map/index.html](https://thejpster.github.io/multi-map/doc/multi_map/index.html) which does not exist. Other crates are pointing to [docs.rs]( docs.rs), so I guess [https://docs.rs/multi-map](https://docs.rs/multi-map) might be a better option in the cargo.toml