From 6ca0fa9af2ec96439ef2cbb4047f78c7adb2fe5e Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 3 Nov 2015 12:52:18 -0800 Subject: [PATCH] doc: Add the Rustonomicon --- src/doc/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/doc/index.md b/src/doc/index.md index d0dde957a751..79f3e0aad4d0 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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