Skip to content

Commit 6ca0fa9

Browse files
committed
doc: Add the Rustonomicon
1 parent 53fad90 commit 6ca0fa9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/doc/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ library](std/index.html). There's a list of crates on the left with more
3131
specific sections, or you can use the search bar at the top to search for
3232
something if you know its name.
3333

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+
3441
# Tools
3542

3643
[Cargo](https://crates.io) is the Rust's package manager providing access to libraries

0 commit comments

Comments
 (0)