Rollup merge of #58186 - komaeda:docs/integrate-rustlings, r=steveklabnik

Add Rustlings to the doc index

r? @steveklabnik
This commit is contained in:
kennytm 2019-02-06 00:29:21 +09:00 committed by GitHub
commit c23871a4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,12 @@ If reading multiple hundreds of pages about a language isn't your style, then
a lot of words, RBE shows off a bunch of code, and keeps the talking to a
minimum. It also includes exercises!
## Rustlings
[Rustlings](https://github.com/rust-lang/rustlings) guides you through downloading and setting up the Rust toolchain,
and teaches you the basics of reading and writing Rust syntax. It's an
alternative to Rust by Example that works with your own environment.
# Use Rust
Once you've gotten familiar with the language, these resources can help you