boomerang_tinymap 0.3.0

A tiny, fast, and simple Slotkey-type map implementation for Boomerang.
Documentation
  • Coverage
  • 50.94%
    27 out of 53 items documented1 out of 44 items with examples
  • Size
  • Source code size: 44.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 12.8 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jondo2010/boomerang
    5 0 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jondo2010

Boomerang-Tinymap

crates.io MIT/Apache 2.0 Downloads CI docs codecov

A tiny, fast, and simple Slotkey-type map implementation for boomerang.

[TinyMap], [TinySecondaryMap] and [KeySet] are built as a write-once, read-many data structures. Methods to remove elements are intentionally omitted.