izihawa_lru_time_cache 0.12.0

Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen.
Documentation
[dependencies.instant]
default_features = false
features = ["inaccurate", "wasm-bindgen"]
version = "0.1"

[dependencies.sn_fake_clock]
optional = true
version = "~0.4.0"
[dev-dependencies.rand]
version = "~0.6.5"

[package]
authors = ["Pasha Podolsky <ppodolsky@me.com>"]
description = "Implementation of a Least Recently Used caching algorithm in a container which may be limited by size or time, ordered by most recently seen."
documentation = "https://docs.rs/lru_time_cache"
edition = "2018"
homepage = "https://maidsafe.net"
license = "MIT OR BSD-3-Clause"
name = "izihawa_lru_time_cache"
readme = "README.md"
repository = "https://github.com/izihawa/lru_time_cache"
version = "0.12.0"