#lru-cache #operate #memory

memory-cache

An LRU-cache which operates on memory used

Show the crate…

1 unstable release

Uses old Rust 2015

0.1.0 Feb 28, 2021

#27 in #operate

48 downloads per month
Used in 29 crates (5 directly)

GPL-3.0 license

5KB
66 lines

memory-cache

An LRU-cache which operates on memory used


lib.rs:

Lru-cache related utilities as quick-and-dirty wrappers around the lru-cache crate.

Dependencies

~3MB
~53K SLoC