lru-cache-map 0.2.0

A cache that holds a limited number of key-value pairs.
Documentation
  • Coverage
  • 96.55%
    28 out of 29 items documented16 out of 27 items with examples
  • Size
  • Source code size: 56.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 3.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • drmingdrmer/lru-cache-map
    5 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • drmingdrmer

lru-cache-map

A cache that holds a limited number of key-value pairs.

This is a mirror of mozilla/sccache/lru-cache, which is derived from contain-rs/lru-cache.