Add Rust section and rustlings to interactive tutorials (#4022)

* Add rustlings to interactive tutorials

Add a new section for rust, and add the rustlings tutorial

* Fix spacing between header and content
This commit is contained in:
jacobchrismarsh 2020-10-13 07:02:23 -07:00 committed by GitHub
parent 709ed298f4
commit 6a3ae6b2f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,7 @@
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
* [Rust](#rust)
* [Scala](#scala)
* [SQL](#sql)
* [Vim](#vim)
@ -221,6 +222,11 @@
* [Try Ruby](http://tryruby.org)
### Rust
* [Rustlings](https://github.com/rust-lang/rustlings)
### Scala
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)