google / google/comprehensive-rust
Write chapter on macros
Open
- Dominant language
- Rust
- Stars
- 33.4k
- Forks
- 2.1k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 10
Description
As discussed briefly in https://github.com/google/comprehensive-rust/pull/130#issuecomment-1486800993, we should have a morning or afternoon section about macros. This would be an optional advanced topic which we will teach to people who are interested after completing the main part of the course.
Inspiration:
- [The Rust Programming Language: Macros](https://doc.rust-lang.org/book/ch19-06-macros.html)
- [Rust by Example: `macro_rules!`](https://doc.rust-lang.org/rust-by-example/macros.html)
- [MacroKata](https://tfpk.github.io/macrokata/)
Contributor guide
Assessment
This issue has not been assessed yet.