raii-map 0.1.0

Map and set types in Rust in which the presence of the entry in the data structure is tied to the lifetime of a RAII handle returned by the insertion
Documentation
  • Coverage
  • 100%
    21 out of 21 items documented0 out of 18 items with examples
  • Size
  • Source code size: 20.08 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.11 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • nickmertin/raii-map
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nickmertin

raii-map

Map and set types in Rust in which the presence of the entry in the data structure is tied to the lifetime of a RAII handle returned by the insertion.