jp_multimap 0.1.0

A barebones multimap (part of the jp project)
Documentation
  • Coverage
  • 20%
    2 out of 10 items documented0 out of 9 items with examples
  • Size
  • Source code size: 9.82 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.83 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jneem/ojo
    37 2 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jneem

This crate contains a barebones placeholder implementation of a multimap on top of a BTreeMap and a BTreeSet. This is part of jp, and is not intended for public use. It will eventually be replaced by something disk-based and fully persistent.