doc: Add the Rustonomicon
This commit is contained in:
parent
53fad90608
commit
6ca0fa9af2
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@ library](std/index.html). There's a list of crates on the left with more
|
|||
specific sections, or you can use the search bar at the top to search for
|
||||
something if you know its name.
|
||||
|
||||
# The Rustonomicon
|
||||
|
||||
[The Rustonomicon] is an entire book dedicated dedicated to explaining
|
||||
how to write `unsafe` Rust code. It is for advanced Rust programmers.
|
||||
|
||||
[The Rustonomicon]: nomicon/index.html
|
||||
|
||||
# Tools
|
||||
|
||||
[Cargo](https://crates.io) is the Rust's package manager providing access to libraries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue