diff options
| author | kennytm <kennytm@gmail.com> | 2019-02-06 00:29:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-06 00:29:21 +0900 |
| commit | c23871a4c424d2c78656fc6c49a5c3cc248bed42 (patch) | |
| tree | 2cb242a9ee8d27df1217d15e6126f936f7a3b9c9 | |
| parent | b3f814fd304bca454b8444edacdf39c2e9704233 (diff) | |
| parent | 014ffa3ac9e499fc0c3f03b7e902be6d819d02f3 (diff) | |
| download | rust-c23871a4c424d2c78656fc6c49a5c3cc248bed42.tar.gz rust-c23871a4c424d2c78656fc6c49a5c3cc248bed42.zip | |
Rollup merge of #58186 - komaeda:docs/integrate-rustlings, r=steveklabnik
Add Rustlings to the doc index r? @steveklabnik
| -rw-r--r-- | src/doc/index.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/index.md b/src/doc/index.md index 7a240ac0a42..0a2a80e8fd6 100644 --- a/src/doc/index.md +++ b/src/doc/index.md @@ -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 |
