ref-stable-lru 0.2.2

An LRU Cache implementation with compile-time reference stability
Documentation
[dependencies]

[dev-dependencies.futures]
features = ["executor"]
version = "0.3"

[dev-dependencies.trybuild]
version = "1"

[package]
description = "An LRU Cache implementation with compile-time reference stability"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ref-stable-lru"
readme = "README.md"
version = "0.2.2"

[[test]]
name = "ui-tests"
path = "tests/ui/test.rs"