arc-cache 0.2.6

An Adaptative Replacement Cache for Rust.
Documentation
[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.6"
categories = ["algorithms", "caching", "memory-management"]
edition = "2018"

[dependencies]
xlru-cache = "0.1"

[dev-dependencies]
nohash-hasher = "0.2"

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