From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com> Date: Wed, 22 May 2024 10:04:22 +0000 (+0200) Subject: Add more resources to "Derive" section. Closes #34 X-Git-Url: http://git.euphorik.ch/?a=commitdiff_plain;h=0bce2485ab5bbf4dc1fffccd238ba1d7d9f980db;p=rust_exercises.git Add more resources to "Derive" section. Closes #34 --- diff --git a/book/src/04_traits/04_derive.md b/book/src/04_traits/04_derive.md index c6b321a..927163b 100644 --- a/book/src/04_traits/04_derive.md +++ b/book/src/04_traits/04_derive.md @@ -99,4 +99,9 @@ The compiler will nudge you to derive traits when possible. ## References -- The exercise for this section is located in `exercises/04_traits/04_derive` \ No newline at end of file +- The exercise for this section is located in `exercises/04_traits/04_derive` + +## Further reading + +- [The little book of Rust macros](https://veykril.github.io/tlborm/) +- [Proc macro workshop](https://github.com/dtolnay/proc-macro-workshop) \ No newline at end of file