1
0
Fork 0
rustlings/exercises/macros
2022-10-15 17:51:02 +01:00
..
macros1.rs Solutions 4 2022-10-15 17:51:02 +01:00
macros2.rs Solutions 4 2022-10-15 17:51:02 +01:00
macros3.rs Solutions 4 2022-10-15 17:51:02 +01:00
macros4.rs Solutions 4 2022-10-15 17:51:02 +01:00
README.md Rustlings v5.2.1 2022-10-11 16:47:29 +01:00

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