From 2beb547ae9bfc7c452e03b906c6fd74ebb9cc0a7 Mon Sep 17 00:00:00 2001 From: Freddie Haddad Date: Mon, 31 Mar 2025 09:19:17 -0700 Subject: [PATCH] Add Fast Track to Rust Fast Track to Rust is a course that explores a wide array of topics in the Rust programming language, gradually introducing them through the development of a grep-like program. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c461f6b..ae6cc01 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ I will assume some familiarity with programming, and hence not explain the basic Rust by Example (RBE) is a collection of runnable examples that illustrate various Rust concepts and standard libraries. To get even more out of these examples, don't forget to [install Rust locally](https://www.rust-lang.org/tools/install) and check out the [official docs](https://doc.rust-lang.org/std/). Additionally for the curious, you can also [check out the source code for this site](https://github.com/rust-lang/rust-by-example). +### [Fast Track to Rust](https://freddiehaddad.github.io/fast-track-to-rust/) *Free* + +The course explores a wide array of topics in the Rust programming language, gradually introducing them through the development of a grep-like program. + + + ### [Easy Rust](https://dhghomon.github.io/easy_rust/) *Free* Rust is a new language that already has good textbooks. But sometimes its textbooks are difficult because they are for native English speakers. Many companies and people now learn Rust, and they could learn faster with a book that has easy English. This textbook is for these companies and people to learn Rust with simple English.