macro_state icon indicating copy to clipboard operation
macro_state copied to clipboard

A simple set of Rust proc macros for reading and writing global compile-time state between macro calls

Results 1 macro_state issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this crate, it really helps optimizing macro performance and even allows for things which were not possible without shared state between macro calls! While building my macros...