[go: up one dir, main page]

uluru 2.1.1

A simple, fast, LRU cache implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.arrayvec]
default-features = false
version = "0.7"

[package]
authors = ["The Servo Project Developers", "Matt Brubeck <mbrubeck@limpet.net>"]
categories = ["data-structures", "no-std"]
description = "A simple, fast, LRU cache implementation"
keywords = ["cache", "linkedlist", "array", "no_std"]
license = "MPL-2.0"
name = "uluru"
readme = "README.md"
repository = "https://github.com/servo/uluru"
version = "2.1.1"