Merge pull request #1679 from ad-si/patch-1

Add Rust Flashcards
This commit is contained in:
Tom Parker-Shemilt 2024-03-13 11:34:54 +00:00 committed by GitHub
commit d801eb3433
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1858,6 +1858,7 @@ A registry allows you to publish your Rust libraries as crate packages, to share
* [Refactoring to Rust](https://www.manning.com/books/refactoring-to-rust) - A book that introduces to Rust language.
* [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 Flashcards](https://github.com/ad-si/Rust-Flashcards) - Over 550 flashcards to learn Rust from first principles.
* [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)