Crates.io | handlemap |
lib.rs | handlemap |
version | 0.1.0 |
source | src |
created_at | 2024-11-08 23:25:46.257916 |
updated_at | 2024-11-08 23:25:46.257916 |
description | A collection that produces handles that can be used as keys to retrieve the stored items |
homepage | |
repository | https://github.com/rhedgeco/handlemap |
max_upload_size | |
id | 1441668 |
size | 21,174 |
A collection that produces handles that act as keys to retrieve the items it contains.
When an item is inserted, it returns a handle to its location. That handle will always be valid for as long as the item is in the collection.