- First Rust macro: timeit! https://thepacketgeek.com/rust/macros/intro/ 13 comments rust
- My first procedural macro library: 'Rust Auto-Differentiation' https://crates.io/crates/rust-ad 15 comments rust
- My first rust crate: log!() macro to print variable name and value only https://github.com/nikitavoloboev/log_macro 21 comments rust
- My first foray into proc macros and immediate mode gui with Rust. https://github.com/aalekhpatel07/egui-controls 3 comments rust