arc-cache 0.2.4

An Adaptative Replacement Cache for Rust.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "arc-cache"
version = "0.2.4"
dependencies = [
 "xlru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "xlru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[metadata]
"checksum linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
"checksum xlru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a44afd8581e5fc8b79c83ebf5ce600994f5d53fd7500624ff839920af0e5bffd"