In this stream, we dive deeper into Rust's procedural macros, following on from the previous stream. We continue to follow David Tolnay's excellent proc-macro workshop from Rust Latam back in March 2019: github.com/dtolnay/proc-macro-workshop, and go for the seq! and #[sorted] proc-macros!
You can find my Amazon Wish List at www.amazon.com/hz/wishlist/ls/EI8GP25AL8FU?ref_=wl….
You can find the code over at github.com/jonhoo/proc-macro-workshop.
And you can see the live version with comments at • Procedural Macros in Rust (part 2 -- ...