Skip to content

Commit 766d8df

Browse files
authored
Add The Little Book of Rust Macros (#2911)
I found this recently when reading about hygiene in Rust macros and really liked it.
1 parent f7cbb63 commit 766d8df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/other-resources.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ A small selection of other guides and tutorial for Rust:
6363
Lists](https://rust-unofficial.github.io/too-many-lists/): in-depth
6464
exploration of Rust's memory management rules, through implementing a few
6565
different types of list structures.
66+
- [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/): covers
67+
many details on Rust macros with practical examples.
6668

6769
Please see the [Little Book of Rust Books](https://lborb.github.io/book/) for
6870
even more Rust books.

0 commit comments

Comments
 (0)