Skip to content

Commit

Permalink
week10 update
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Mar 26, 2024
1 parent fd4a2c2 commit 405913c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ eleventyNavigation:
key: Schedule
order: 2
---
## Week 10: Smart Pointers and Unsafe
**Slides:**
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf))

**Homework:** Final project season!

**Lecture:**
- The Rc<T> Type
- The RefCell<T> Type
- Memory Leaks
- Unsafe Superpowers
- Raw Pointers
- FFI

## Week 9: Box and Trait Objects
**Slides:**
[light](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/light.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/light.pdf)), [dark](http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/dark.html) ([pdf](https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/dark.pdf))
Expand Down

0 comments on commit 405913c

Please sign in to comment.