From 63e407c098342d85f7bc2126a8c10c345c0445f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stjepan=20Jurekovi=C4=87?= Date: Tue, 24 Aug 2021 21:59:51 +0200 Subject: [PATCH] Adde Rust in Action Hi, Stjepan from Manning here. I thought this title might be a good match to your list of resources. Thank you for considering it. Best, --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eee41c8..a12e95b 100644 --- a/README.md +++ b/README.md @@ -1491,6 +1491,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share * [Rust Cookbook](https://rust-lang-nursery.github.io/rust-cookbook/) — A collection of simple examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem. * [Rust for professionals](https://overexact.com/rust-for-professionals/) — A quick introduction to Rust for experienced software developers. * [Rust Gym](https://github.com/warycat/rustgym) - A big collection of coding interview problems solved in Rust. + * [Rust in Action](https://www.manning.com/books/rust-in-action) — A hands-on guide to systems programming with Rust by [Tim McNamara](https://github.com/timClicks) (paid) * [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 Online Courses at Classpert](https://classpert.com/topics/rust) — A list of Rust online courses (paid) from Classpert Online Course Search * [rust-learning](https://github.com/ctjhoa/rust-learning) — A collection of useful resources to learn Rust