handlemap 0.1.1

A collection that produces handles that can be used as keys to retrieve the stored items.
Documentation
  • Coverage
  • 70.37%
    38 out of 54 items documented0 out of 50 items with examples
  • Size
  • Source code size: 23 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • rhedgeco/handlemap
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rhedgeco

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.