Crates.io | hashmap_vec |
lib.rs | hashmap_vec |
version | 0.1.1 |
source | src |
created_at | 2021-06-05 08:56:35.368324 |
updated_at | 2021-06-05 09:05:10.679278 |
description | A HashMap with lists a values |
homepage | https://github.com/thomvil/hashmapvec-rs |
repository | https://github.com/thomvil/hashmapvec-rs |
max_upload_size | |
id | 406403 |
size | 6,724 |
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.