mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
Add more resources to "Derive" section. Closes #34
This commit is contained in:
parent
b54b0b7023
commit
0bce2485ab
1 changed files with 6 additions and 1 deletions
|
@ -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`
|
||||
- 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)
|
Loading…
Reference in a new issue