local_lru 0.2.2

A simple, thread-safe and lock-free LRU cache based on thread local storage.
Documentation
[dependencies.bytes]
version = "1.7.2"

[lib]
name = "local_lru"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple, thread-safe and lock-free LRU cache based on thread local storage."
documentation = "https://docs.rs/local_lru/0.2.1"
edition = "2021"
license = "MIT"
name = "local_lru"
readme = "README.md"
repository = "https://github.com/a-agmon/LocalLRU"
version = "0.2.2"