We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3604732 commit 6f2f71aCopy full SHA for 6f2f71a
2 files changed
cache/Cargo.toml
@@ -2,6 +2,7 @@
2
name = "reactive-cache"
3
version = "0.3.3"
4
edition = "2024"
5
+authors = ["Junkang Yuan <yuanjunkang@gmail.com>"]
6
description = "A lightweight, dependency-aware memoization library with automatic invalidation and lazy recomputation."
7
repository = "https://github.com/fxdmhtt/ReactiveCache"
8
license = "GPL-2.0"
macros/Cargo.toml
name = "reactive-macros"
0 commit comments