handlemap

Crates.iohandlemap
lib.rshandlemap
version0.1.0
sourcesrc
created_at2024-11-08 23:25:46.257916
updated_at2024-11-08 23:25:46.257916
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
size21,174
Ryan Hedgecock (rhedgeco)

documentation

README

handlemap

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.

Commit count: 4

cargo fmt