mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-27 11:32:54 +02:00
commit
aa12047dce
@ -4,7 +4,7 @@ This is a four day Rust course developed by the Android team. The course covers
|
|||||||
the full spectrum of Rust, from basic syntax to advanced topics like generics
|
the full spectrum of Rust, from basic syntax to advanced topics like generics
|
||||||
and error handling. It also includes Android-specific content on the last day.
|
and error handling. It also includes Android-specific content on the last day.
|
||||||
|
|
||||||
The goal of the course to teach you Rust. We assume you don't know anything
|
The goal of the course is to teach you Rust. We assume you don't know anything
|
||||||
about Rust and hope to:
|
about Rust and hope to:
|
||||||
|
|
||||||
* Give you a comprehensive understanding of the Rust syntax and language.
|
* Give you a comprehensive understanding of the Rust syntax and language.
|
||||||
@ -19,7 +19,7 @@ On Day 4, we will cover Android-specific things such as:
|
|||||||
|
|
||||||
## Non-Goals
|
## Non-Goals
|
||||||
|
|
||||||
Rust is a large language and we won't be able to cover all it in a few days.
|
Rust is a large language and we won't be able to cover all of it in a few days.
|
||||||
Some non-goals of this course are:
|
Some non-goals of this course are:
|
||||||
|
|
||||||
* Learn how to use async Rust --- we'll only talk a bit about async Rust when
|
* Learn how to use async Rust --- we'll only talk a bit about async Rust when
|
||||||
|
Loading…
Reference in New Issue
Block a user