1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-04-25 12:14:50 +02:00

Merge pull request #2227 from Hunter-Plus/patch-1

Update README.md
This commit is contained in:
Mo Bitar 2025-04-03 17:52:15 +02:00 committed by GitHub
commit 44699e9b1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,5 +10,6 @@ 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)
- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-06-macros.html#macros)
- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/)
- [Rust by Example - macro_rules!](https://doc.rust-lang.org/rust-by-example/macros.html)