- strsplit example by @jonhoo / Crust of Rust episode on YouTube
- https://github.com/dtolnay/cargo-expand is a handy tool to view the expanded form of macros.
- Use general metaprogramming to keep code DRY.
Refer to the docs.
Learn to use the following in the proc-macro-workshop by @dtolnay
- syn
- quote
- Crust of Rust episode on YouTube