generational-cache 0.1.2

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
14
[package]
name = "generational-cache"
description = "Generational Arena based cache impls. in 100% safe, [no_std] compatible Rust."
repository = "https://github.com/arindas/generational-cache"
license = "MIT"
keywords = ["cache", "lru-cache", "generational-arena", "no-std"]
categories = ["algorithms", "caching"]
exclude = [".github/"]
version = "0.1.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]