hitree 0.1.4

Indexable containers for Rust: HiSet and HiMap
Documentation
  • Coverage
  • 87.5%
    21 out of 24 items documented16 out of 21 items with examples
  • Size
  • Source code size: 45.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • hlavaatch/hitree
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hlavaatch

Indexable containers for Rust

This crate provides two high performance containers that in addition to standard access by key also support access by index.

Work in progress, don't use until 1.0 release!

HiSet

HiMap