From 6412529f5139a380b15d5193c36e16543f0cc111 Mon Sep 17 00:00:00 2001 From: wyugue Date: Mon, 8 Jun 2020 16:24:27 -0300 Subject: [PATCH 1/2] Add Rust Online Courses at Classpert A list of Rust online courses from Classpert Online Course Search --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eca53cf..4523441 100644 --- a/README.md +++ b/README.md @@ -1501,6 +1501,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share * [Learning Rust With Entirely Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/) — in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures. * [Rust by Example](https://doc.rust-lang.org/rust-by-example/) * [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 Online Courses at Classpert](https://classpert.com/rust-programming) — A list of Rust online courses from Classpert Online Course Search * [Rust for professionals](https://overexact.com/rust-for-professionals/) — A quick introduction to Rust for experienced software developers. * [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-learning](https://github.com/ctjhoa/rust-learning) — A collection of useful resources to learn Rust From 3aac1b1b9dd0eaa4149adc229e8d52cefa97a28d Mon Sep 17 00:00:00 2001 From: wyugue Date: Thu, 11 Jun 2020 18:21:07 -0300 Subject: [PATCH 2/2] Add `(paid)` to Classpert link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4523441..638753c 100644 --- a/README.md +++ b/README.md @@ -1501,7 +1501,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share * [Learning Rust With Entirely Too Many Linked Lists](http://cglab.ca/~abeinges/blah/too-many-lists/book/) — in-depth exploration of Rust's memory management rules, through implementing a few different types of list structures. * [Rust by Example](https://doc.rust-lang.org/rust-by-example/) * [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 Online Courses at Classpert](https://classpert.com/rust-programming) — A list of Rust online courses from Classpert Online Course Search + * [Rust Online Courses at Classpert](https://classpert.com/rust-programming) — A list of Rust online courses (paid) from Classpert Online Course Search * [Rust for professionals](https://overexact.com/rust-for-professionals/) — A quick introduction to Rust for experienced software developers. * [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-learning](https://github.com/ctjhoa/rust-learning) — A collection of useful resources to learn Rust