rustlings/exercises/macros
liv a49a22071a redo the section readmes 2019-01-23 21:02:06 +01:00
..
README.md redo the section readmes 2019-01-23 21:02:06 +01:00
macros1.rs right let's try this one again 2018-11-09 20:31:14 +01:00
macros2.rs right let's try this one again 2018-11-09 20:31:14 +01:00
macros3.rs right let's try this one again 2018-11-09 20:31:14 +01:00
macros4.rs right let's try this one again 2018-11-09 20:31:14 +01:00

README.md

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 modules, instead we'll show you how to use and create them.

Book Sections