[go: up one dir, main page]

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

[dependencies]