We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24da5b3 + da995b2 commit 7380e43Copy full SHA for 7380e43
exercises/macros/README.md
@@ -4,6 +4,10 @@ Rust's macro system is very powerful, but also kind of difficult to wrap your
4
head around. We're not going to teach you how to write your own fully-featured
5
macros. Instead, we'll show you how to use and create them.
6
7
+If you'd like to learn more about writing your own macros, the
8
+[macrokata](https://github.com/tfpk/macrokata) project has a similar style
9
+of exercises to Rustlings, but is all about learning to write Macros.
10
+
11
## Further information
12
13
- [Macros](https://doc.rust-lang.org/book/ch19-06-macros.html)
0 commit comments