qlrumap 0.1.0

An LRU HashMap with an optional passive ttl 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.