Procedural macros for cachelito - automatic caching attributes
Attribute macro for auto-memoizing functions with somewhat-simple signatures
A Rust attribute macro for automatic memoization (caching) of function results, optimizing recursive and repetitive computations with thread-safe lazy initialization.
An attribute macro that adds memoization to a function (sounds like Mickey)
Incremental computation through constrained memoization.
Procedural macros for comemo.
Core library for SysML v2 and KerML parsing, AST, and semantic analysis
React-style hooks for GPUI framework
Procedural macros for GPUI Hooks - React-style hooks for GPUI framework
Procedural macros for automatic memoization
Derived, memoized values over plain structs
procedural macro that implements memoization for dynamic programming