strmap 1.0.0

A map using strings or paths as keys
Documentation
  • Coverage
  • 12.82%
    5 out of 39 items documented0 out of 34 items with examples
  • Size
  • Source code size: 50.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.2 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
  • aliceryhl/strmap
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Darksonn

This crate provides a map using string (or path) keys.

Keys are stored using the fst crate to compress similar strings.

The crate is an experiment and not a serious project.