1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-02-12 03:56:18 -05:00
rustlings/exercises/macros/README.md

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.

Further information