qlrumap 0.0.1

A HashMap with an LRU feature.
Documentation
1
2
3
4
5
6
# LruMap

The [LruMap](https://repos.qrnch.tech/pub/qlrumap) is a
[hashbrown](https://crates.io/crates/hashbrown)-based hash map that keeps track
of least recently used map entries.