fbr_cache 0.1.1

A cache with frequency-based replacement strategy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.intrusive-collections]
version = "0.9.4"

[package]
authors = ["Roland Kuhn"]
description = "A cache with frequency-based replacement strategy"
documentation = "https://docs.rs/fbr_cache/latest/fbr_cache"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "fbr_cache"
readme = "README.md"
repository = "https://github.com/rkuhn/fbr_cache"
resolver = "2"
version = "0.1.1"