/hashmapvec-rs

A HashMap with lists a values 🦀

Primary LanguageRust

HashMapVec

A HashMap that keeps values in a list. Useful to keep track of sequences of events where the key-ed values are registered as concurrent.