freqache 0.5.0

A thread-safe LFU cache with iterator
Documentation
[dev-dependencies.rand]
version = "0.8"

[package]
authors = ["code@tinychain.net"]
categories = ["caching", "data-structures"]
description = "A thread-safe LFU cache with iterator"
edition = "2021"
keywords = ["least", "frequently", "used", "cache", "eviction"]
license = "Apache-2.0"
name = "freqache"
readme = "README.md"
repository = "https://github.com/haydnv/freqache"
version = "0.5.0"