From 1bef7239bb82c65060790e889885599909ff4f36 Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Mon, 25 Apr 2022 09:40:24 +0300 Subject: [PATCH] Add `rust-how-do-i-start` --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecf3018..48f0a88 100644 --- a/README.md +++ b/README.md @@ -1587,6 +1587,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share * [Rust in Motion](https://www.manning.com/livevideo/rust-in-motion?a_aid=cnichols&a_bid=6a993c2e) — A video series by [Carol Nichols](https://github.com/carols10cents) and [Jake Goulding](https://github.com/shepmaster) (paid) * [Rust Language Cheat Sheet](https://cheats.rs/) * [Rust Online Courses at Classpert](https://classpert.com/search/rust) — A list of Rust online courses (paid) from Classpert Online Course Search + * [rust-how-do-i-start](https://github.com/jondot/rust-how-do-i-start) - A repo dedicated to answering the question: "So, Rust. How do I _start_?". A beginner only hand-picked resources and learning track. * [rust-learning](https://github.com/ctjhoa/rust-learning) — A collection of useful resources to learn Rust * [Rustlings](https://github.com/rust-lang/rustlings) — small exercises to get you used to reading and writing Rust code * [Rusty CS](https://github.com/AbdesamedBendjeddou/Rusty-CS) - A Computer Science Curriculum that helps practice the acquired academic knowledge in Rust