We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260784e commit 6ecee20Copy full SHA for 6ecee20
content/lessons/15_unsafe/index.md
@@ -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