Skip to content

Commit

Permalink
add optional readings for unsafe rust day
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Johnson committed Oct 2, 2024
1 parent 0f184dc commit 5238187
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
- *Reading*:
- [Rustnomicon chapter 1: Safe & Unsafe](https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html)
- [How do programmers use unsafe rust?](./papers/unsafe_rust.pdf) by Vytautas Astrauskas et al.
- *Optional reading*:
- [Two Kinds of Invariants: Safety and Validity](https://www.ralfj.de/blog/2018/08/22/two-kinds-of-invariants.html)
- [Unsafe Rust and Miri](https://www.youtube.com/watch?v=svR0p6fSUYY&t=213s)

Wed Oct 9 2024: Isolating untrusted code with Rust
- *Reading*:
Expand Down

0 comments on commit 5238187

Please sign in to comment.