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
18
[badges.appveyor]
repository = "jedisct1/rust-arc-cache"

[badges.travis-ci]
repository = "jedisct1/rust-arc-cache"
[dependencies.xlru-cache]
version = "0.1"

[package]
authors = ["Frank Denis <github@pureftpd.org>"]
categories = ["algorithms", "caching", "memory-management"]
description = "An Adaptative Replacement Cache for Rust."
edition = "2018"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "arc-cache"
repository = "https://github.com/jedisct1/rust-arc-cache"
version = "0.2.5"