Added three more Rust learning resources that I've been using.

This commit is contained in:
John Omar 2018-11-02 14:13:32 -07:00 committed by GitHub
parent a49143f1f2
commit 4d58d454b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,9 @@ Initially this doc will contain reading material to help get you started in Rust
## Learn Rust
* [The Rust Programming Language](https://doc.rust-lang.org/book/2018-edition/index.html)
* [Learning Rust With Entirely Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/)
* [Rustlings](https://github.com/rustlings/rustlings) - Small exercises to get you used to reading and writing Rust code.
* [Rust Exercism](https://exercism.io/tracks/rust) - 88 exercises to learn Rust.
## Learn Ethereum