hashmap_vec 0.1.1

A HashMap with lists a values
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 6.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 374.68 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • thomvil/hashmapvec-rs
    2 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thomvil

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.