xlru-cache 0.1.2

A cache that holds a limited number of key-value pairs
Documentation
[dependencies.heapsize]
optional = true
version = "0.4"

[dependencies.linked-hash-map]
version = "0.5"

[features]
heapsize_impl = ["heapsize", "linked-hash-map/heapsize_impl"]

[package]
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "A cache that holds a limited number of key-value pairs"
documentation = "https://docs.rs/xlru_cache"
exclude = ["/.travis.yml", "/deploy-docs.sh"]
homepage = "https://github.com/jedisct1/lru-cache"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "xlru-cache"
readme = "README.md"
repository = "https://github.com/jedisct1/lru-cache"
version = "0.1.2"