Skip to content

Commit 0e1ecbe

Browse files
add Rust By Example to the bookshelf
1 parent da569fa commit 0e1ecbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/doc/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Rust provides a number of book-length sets of documentation, collectively
2828
nicknamed 'The Rust Bookshelf.'
2929

3030
* [The Rust Programming Language][book] teaches you how to program in Rust.
31+
* [Rust By Example][rbe] teaches you how to program in Rust using editable examples.
3132
* [The Cargo Book][cargo-book] is a guide to Cargo, Rust's build tool and dependency manager.
3233
* [The Unstable Book][unstable-book] has documentation for unstable features.
3334
* [The Rustonomicon][nomicon] is your guidebook to the dark arts of unsafe Rust.
@@ -51,6 +52,7 @@ before this policy was put into place. That work is being tracked
5152
[refchecklist]: https://github.com/rust-lang-nursery/reference/issues/9
5253
[err]: error-index.html
5354
[book]: book/index.html
55+
[rbe]: rust-by-example/index.html
5456
[nomicon]: nomicon/index.html
5557
[unstable-book]: unstable-book/index.html
5658
[rustdoc-book]: rustdoc/index.html

0 commit comments

Comments
 (0)