handlemap

Crates.iohandlemap
lib.rshandlemap
version0.1.1
sourcesrc
created_at2024-11-08 23:25:46.257916
updated_at2024-11-14 07:55:14.948645
descriptionA collection that produces handles that can be used as keys to retrieve the stored items.
homepage
repositoryhttps://github.com/rhedgeco/handlemap
max_upload_size
id1441668
size23,315
Ryan Hedgecock (rhedgeco)

documentation

README

handlemap

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.

Commit count: 6

cargo fmt