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 53fad90 commit 6ca0fa9Copy full SHA for 6ca0fa9
src/doc/index.md
@@ -31,6 +31,13 @@ library](std/index.html). There's a list of crates on the left with more
31
specific sections, or you can use the search bar at the top to search for
32
something if you know its name.
33
34
+# The Rustonomicon
35
+
36
+[The Rustonomicon] is an entire book dedicated dedicated to explaining
37
+how to write `unsafe` Rust code. It is for advanced Rust programmers.
38
39
+[The Rustonomicon]: nomicon/index.html
40
41
# Tools
42
43
[Cargo](https://crates.io) is the Rust's package manager providing access to libraries
0 commit comments