weight-cache 0.2.3

A cache that holds a limited number of key-value-pairs according to a user defined criterion
Documentation
[package]
name = "weight-cache"
version = "0.2.3"
authors = ["Actyx AG <developer@actyx.com>", "wngr <oliver@wngr.de>"]
edition = "2018"
repository = "https://github.com/Actyx/weight-cache"
license = "MIT OR Apache-2.0"
categories = ["data-structures"]
description = "A cache that holds a limited number of key-value-pairs according to a user defined criterion"
documentation = "https://docs.rs/weight-cache"

[dependencies]
linked-hash-map = "0.5.4"
prometheus = { version = "0.12.0", optional = true }

[dev-dependencies]
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"

[features]
default = []
metrics = ["prometheus"]