arc-cache 0.2.5

An Adaptative Replacement Cache for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Frank Denis <github@pureftpd.org>"]
description = "An Adaptative Replacement Cache for Rust."
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "arc-cache"
repository = "https://github.com/jedisct1/rust-arc-cache"
version = "0.2.5"
categories = ["algorithms", "caching", "memory-management"]
edition = "2018"

[dependencies]
xlru-cache = "0.1"

[badges]
travis-ci = { repository = "jedisct1/rust-arc-cache" }
appveyor  = { repository = "jedisct1/rust-arc-cache" }