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

[dependencies]
intrusive-collections = "0.9.4"