]> git.lizzy.rs Git - rust.git/commitdiff
doc: Add the Rustonomicon
authorBrian Anderson <banderson@mozilla.com>
Tue, 3 Nov 2015 20:52:18 +0000 (12:52 -0800)
committerBrian Anderson <banderson@mozilla.com>
Tue, 3 Nov 2015 20:52:18 +0000 (12:52 -0800)
src/doc/index.md

index d0dde957a7517c00bf9d134013331221c7a29be0..79f3e0aad4d022fc2ca4a44bfa06283b92f5054f 100644 (file)
@@ -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