Crates.io | handlemap |
lib.rs | handlemap |
version | 0.1.1 |
source | src |
created_at | 2024-11-08 23:25:46.257916 |
updated_at | 2024-11-14 07:55:14.948645 |
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 | 23,315 |
A collection that produces handles that can be used as keys to retrieve the stored items.
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.