An open API service indexing awesome lists of open source software.

https://github.com/venryx/macro_cacher

Rust macro that wraps existing macros, caching their output code until the input code changes.
https://github.com/venryx/macro_cacher

Last synced: 6 months ago
JSON representation

Rust macro that wraps existing macros, caching their output code until the input code changes.

Awesome Lists containing this project

README

          

# macro_cacher
Rust macro that wraps existing macros, caching their output code until the input code changes.