mirror of
https://github.com/mre/idiomatic-rust
synced 2024-11-24 21:13:03 +00:00
Add "Comprehensive Rust"
This commit is contained in:
parent
9d99ab1b0a
commit
98b043ac52
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea
|
|||
|
||||
## 🏋 Workshops
|
||||
|
||||
* [Comprehensive Rust](https://github.com/google/comprehensive-rust) - A four day Rust course developed by the Android team, which covers all aspects of Rust, from basic syntax to generics and error handling. It also includes Android-specific content and touches on Rust ergonomics.
|
||||
* [Build your own JIRA with Rust](https://github.com/LukeMathWalker/build-your-own-jira-with-rust/) - A test-driven workshop to learn Rust building your own JIRA clone!
|
||||
* [Ferrous Systems Teaching Material](https://ferrous-systems.github.io/teaching-material/index.html) - Free workshop material produced by Ferrous Systems for trainings. The time for the full course is around three to four days.
|
||||
* [PingCAP talent plan](https://github.com/pingcap/talent-plan) - A series of training courses about writing distributed systems in Rust. The courses primarily consist of projects where coding problems are presented, along with a partial implementation or API description, and a test suite.
|
||||
|
|
Loading…
Reference in a new issue