collecting-hashmap

Crates.iocollecting-hashmap
lib.rscollecting-hashmap
version0.2.0
sourcesrc
created_at2018-10-27 18:18:51.907305
updated_at2018-10-29 09:59:00.14566
descriptionA hashmap that will store multiple values for a key
homepagehttps://github.com/pwoolcoc/collecting-hashmap
repository
max_upload_size
id92968
size25,787
Paul Woolcock (pwoolcoc)

documentation

https://docs.rs/collecting-hashmap

README

Collecting HashMap

This is a HashMap that stores all values as a Vec of values instead of a single value. So a CollectingHashMap<K, V> is pretty much the same as a HashMap<K, Vec<V>> with some tweaks to the API to make this a bit easier to work with

Commit count: 0

cargo fmt