Completed
Debugging Macros
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Procedural Macros in Rust - Tips, Tricks, and Usage
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Rise of Procedural Macros
- 3 Rise of Sliced Bread
- 4 The proc-macro crate type
- 5 println! (...)
- 6 TokenStream?
- 7 Token Tree? enun Token Tree Group (Group) Ident (Ident)
- 8 Modularized Macros
- 9 Parsing with syn
- 10 Expanding with quote
- 11 Interpolation in quote
- 12 Working with Span
- 13 Hygiene
- 14 Diagnostics API
- 15 Debugging Macros
- 16 Procedural Macro Gallery
- 17 Questions?