Procedural Macros in Rust - Tips, Tricks, and Usage

Procedural Macros in Rust - Tips, Tricks, and Usage

Rust via YouTube Direct link

Working with Span

12 of 17

12 of 17

Working with Span

Class Central Classrooms beta

YouTube playlists 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. 1 Intro
  2. 2 Rise of Procedural Macros
  3. 3 Rise of Sliced Bread
  4. 4 The proc-macro crate type
  5. 5 println! (...)
  6. 6 TokenStream?
  7. 7 Token Tree? enun Token Tree Group (Group) Ident (Ident)
  8. 8 Modularized Macros
  9. 9 Parsing with syn
  10. 10 Expanding with quote
  11. 11 Interpolation in quote
  12. 12 Working with Span
  13. 13 Hygiene
  14. 14 Diagnostics API
  15. 15 Debugging Macros
  16. 16 Procedural Macro Gallery
  17. 17 Questions?

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.