Skip to content

Commit 573ce08

Browse files
committed
Macros update
1 parent 2c324de commit 573ce08

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

schedule.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ eleventyNavigation:
66
key: Schedule
77
order: 2
88
---
9+
## Week 13: Macros
10+
**Slides:**
11+
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/dark.pdf))
12+
13+
**Homework:** Final project season!
14+
15+
**Lecture:**
16+
- Declarative Macros
17+
- Proc Macros
18+
**Extra Material:**
19+
- [Rust Book 19.5](https://doc.rust-lang.org/book/ch19-06-macros.html)
20+
- [Rust Macros Reference](https://doc.rust-lang.org/reference/macros.html)
21+
- [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html)
22+
923
## Week 12: Concurrency
1024
**Slides:**
1125
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf))

0 commit comments

Comments
 (0)