handlemap 0.1.0

A collection that produces handles that can be used as keys to retrieve the stored items
Documentation
  • Coverage
  • 68%
    34 out of 50 items documented0 out of 50 items with examples
  • Size
  • Source code size: 20.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.65 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 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.