evicting_cache_map 0.6.0

An Evicting LRU cache supporting prune hooks
Documentation
[package]
name = "evicting_cache_map"
authors.workspace = true
edition.workspace = true
license.workspace = true
version.workspace = true
repository = "https://codeberg.org/Kelderon/rs-collections"
readme = "README.md"
keywords = ["no_std", "evicting_cache_map", "data_structures"]
categories = ["data-structures", "no-std"]
description = "An Evicting LRU cache supporting prune hooks"
rust-version.workspace = true

[package.metadata.docs.rs]
all-features = true

[dependencies]
ordered_hash_map = { path = "../ordered_hash_map", version = "0.6.0" }

[lints]
workspace = true