lfu 0.2.4

An LFU cache implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.linked_hash_set]
version = "0.1.3"

[package]
authors = ["NavyaZaveri"]
description = "An LFU cache implementation"
documentation = "https://docs.rs/lfu"
edition = "2018"
keywords = ["cache", "algorithms", "lfu"]
license = "MIT OR Apache-2.0"
name = "lfu"
readme = "README.md"
repository = "https://github.com/NavyaZaveri/lfu-cache"
version = "0.2.4"