mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 06:02:23 -05:00
385 B
385 B
Macros
Rust's macro system is very powerful, but also kind of difficult to wrap your head around. We're not going to teach you how to write your own fully-featured macros. Instead, we'll show you how to use and create them.