random_eviction_cache 0.1.0

A random eviction cache implementation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "random_eviction_cache"
authors = ["Xingzhi Andy <xingzhiyeandy@gmail.com>"]
version = "0.1.0"
edition = "2021"
description = "A random eviction cache implementation"
license = "MIT"
repository = "https://github.com/XingzhiY/random_eviction_cache.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.9.0-alpha.1"
indexmap = "2.2.6"