reactive-cache 0.4.1

A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation.
Documentation
[dependencies.lru]
version = "0.16.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.reactive-macros]
optional = true
version = "0.4.0-alpha.0"

[dev-dependencies]

[features]
default = []
macros = ["reactive-macros"]

[lib]
name = "reactive_cache"
path = "src/lib.rs"

[package]
authors = ["Junkang Yuan <yuanjunkang@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
edition = "2024"
keywords = ["cache", "reactive"]
license = "GPL-2.0"
name = "reactive-cache"
readme = "README.md"
repository = "https://github.com/fxdmhtt/ReactiveCache"
version = "0.4.1"