lru2

Crates.iolru2
lib.rslru2
version0.1.0
sourcesrc
created_at2015-05-15 10:49:23.542886
updated_at2015-12-11 23:54:10.497015
descriptionA two-level LRU with O(n) search for entries.
homepagehttps://github.com/terminalcloud/rust-lru2
repositoryhttps://github.com/terminalcloud/rust-lru2
max_upload_size
id2114
size17,657
Zach Pomerantz (zzmp)

documentation

README

lru2

A two-level LRU with O(n) search for entries.

Usage

Add this to your Cargo.toml:

[dependencies]

lru2 = "0.1"

and this to your crate root:

extern crate lru2;
Commit count: 0

cargo fmt