An LRU cache implementation with constant time operations and weighted semantic
# Cargo.toml
[dependencies]
clru = "0.6.3"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an LRU cache with capacity 2 and inserts a key-value pair.
No known issues recorded.
No dependency data recorded yet.