Crates.io | lru2 |
lib.rs | lru2 |
version | 0.1.0 |
source | src |
created_at | 2015-05-15 10:49:23.542886 |
updated_at | 2015-12-11 23:54:10.497015 |
description | A two-level LRU with O(n) search for entries. |
homepage | https://github.com/terminalcloud/rust-lru2 |
repository | https://github.com/terminalcloud/rust-lru2 |
max_upload_size | |
id | 2114 |
size | 17,657 |
A two-level LRU with O(n) search for entries.
Add this to your Cargo.toml
:
[dependencies]
lru2 = "0.1"
and this to your crate root:
extern crate lru2;