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.
- Host: GitHub
- URL: https://github.com/venryx/macro_cacher
- Owner: Venryx
- License: mit
- Created: 2024-03-07T13:12:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T13:12:59.000Z (over 2 years ago)
- Last Synced: 2026-01-31T03:13:12.884Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macro_cacher
Rust macro that wraps existing macros, caching their output code until the input code changes.