clru 0.6.2

An LRU cache implementation with constant time operations and weighted semantic
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "clru"
version = "0.6.2"
authors = ["marmeladema <xademax@gmail.com>"]
edition = "2021"
description = "An LRU cache implementation with constant time operations and weighted semantic"
readme = "README.md"
repository = "https://github.com/marmeladema/clru-rs"
license = "MIT"
keywords = ["lru", "cache", "hashmap"]

[dependencies]