Skip to content

Commit f90cf94

Browse files
committed
15_unsafe: add scenario skeleton
1 parent 260784e commit f90cf94

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

content/lessons/15_unsafe/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
+++
2+
title = "Unsafe Rust"
3+
date = 2024-12-18
4+
weight = 1
5+
[extra]
6+
lesson_date = 2024-12-19
7+
+++
8+
9+
## Reading
10+
11+
- [The Book, Chapter 19.1](https://doc.rust-lang.org/book/ch19-01-unsafe-rust.html)
12+
13+
- [The Rustonomicon](https://doc.rust-lang.org/nomicon/), especially chapter 1 _(Meet Safe and Unsafe)_
14+
15+
- [How unpleasant is Unsafe Rust?](https://www.reddit.com/r/rust/comments/16i8lo2/how_unpleasant_is_unsafe_rust/)

0 commit comments

Comments
 (0)