We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee60afa + ae2c9d2 commit df9a721Copy full SHA for df9a721
src/doc/index.md
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
28
nicknamed 'The Rust Bookshelf.'
29
30
* [The Rust Programming Language][book] teaches you how to program in Rust.
31
+* [The Unstable Book][unstable-book] has documentation for unstable features.
32
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
33
* [The Reference][ref] is not a formal spec, but is more detailed and comprehensive than the book.
34
@@ -44,4 +45,5 @@ landed before then. That work is being tracked [here][38643].
44
45
[err]: error-index.html
46
[book]: book/index.html
47
[nomicon]: nomicon/index.html
48
+[unstable-book]: unstable-book/index.html
49
0 commit comments