generational-cache 0.2.1

Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
categories = ["algorithms", "caching"]
description = "Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust."
edition = "2021"
exclude = [".github/"]
keywords = ["cache", "lru-cache", "generational-arena", "no-std"]
license = "MIT"
name = "generational-cache"
readme = "README.md"
repository = "https://github.com/arindas/generational-cache"
version = "0.2.1"