Skip to content

Commit

Permalink
feat(macros-readme): Add link to MacroKata
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpk authored Oct 24, 2022
1 parent b17295b commit da995b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions exercises/macros/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.

If you'd like to learn more about writing your own macros, the
[macrokata](https://github.com/tfpk/macrokata) project has a similar style
of exercises to Rustlings, but is all about learning to write Macros.

## Further information

- [Macros](https://doc.rust-lang.org/book/ch19-06-macros.html)
Expand Down

0 comments on commit da995b2

Please sign in to comment.