clru 0.3.0

An LRU cache implementation with constant time operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["marmeladema <xademax@gmail.com>"]
description = "An LRU cache implementation with constant time operations"
edition = "2018"
keywords = ["lru", "cache", "hashmap"]
license = "MIT"
name = "clru"
readme = "README.md"
repository = "https://github.com/marmeladema/clru-rs"
version = "0.3.0"