mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-18 13:38:36 +01:00
Update links
This commit is contained in:
parent
ecaecc2f76
commit
63d8986f2a
2 changed files with 2 additions and 2 deletions
|
@ -7,4 +7,4 @@ Useful in combination with enums is Rust's "pattern matching" facility, which ma
|
|||
## Further information
|
||||
|
||||
- [Enums](https://doc.rust-lang.org/book/ch06-00-enums.html)
|
||||
- [Pattern syntax](https://doc.rust-lang.org/book/ch18-03-pattern-syntax.html)
|
||||
- [Pattern syntax](https://doc.rust-lang.org/book/ch19-03-pattern-syntax.html)
|
||||
|
|
|
@ -10,6 +10,6 @@ of exercises to Rustlings, but is all about learning to write Macros.
|
|||
|
||||
## Further information
|
||||
|
||||
- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-06-macros.html#macros)
|
||||
- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-05-macros.html)
|
||||
- [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)
|
||||
|
|
Loading…
Reference in a new issue