weight-cache 0.1.2

A cache that holds a limited number of key-value-pairs according to a user defined criterion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.linked-hash-map]
version = "0.5.4"
[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[package]
authors = ["Actyx AG <developer@actyx.com>", "wngr <oliver@wngr.de>"]
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"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "weight-cache"
repository = "https://github.com/Actyx/weight-cache"
version = "0.1.2"