From 4d58d454b974d470749780ebe8bc57a145b87f15 Mon Sep 17 00:00:00 2001 From: John Omar Date: Fri, 2 Nov 2018 14:13:32 -0700 Subject: [PATCH] Added three more Rust learning resources that I've been using. --- docs/onboarding.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/onboarding.md b/docs/onboarding.md index 47fb140f1..61ed1e07d 100644 --- a/docs/onboarding.md +++ b/docs/onboarding.md @@ -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