mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-18 16:33:09 +02:00
Update deep-dive titles in course structure (#1121)
I'm trying to align on these names for the additional material: - Rust in Android - Bare-Metal Rust - Concurrency in Rust It's not perfectly reflected everywhere, but this brings us a bit closer to that.
This commit is contained in:
parent
184b406900
commit
62dcb323aa
@ -13,9 +13,9 @@ The course is fast paced and covers a lot of ground:
|
|||||||
In addition to the 3-day class on Rust Fundamentals, we cover some more
|
In addition to the 3-day class on Rust Fundamentals, we cover some more
|
||||||
specialized topics:
|
specialized topics:
|
||||||
|
|
||||||
### Android
|
### Rust in Android
|
||||||
|
|
||||||
The [Android Deep Dive](../android.md) is a half-day course on using Rust for
|
The [Rust in Android](../android.md) deep dive is a half-day course on using Rust for
|
||||||
Android platform development. This includes interoperability with C, C++, and
|
Android platform development. This includes interoperability with C, C++, and
|
||||||
Java.
|
Java.
|
||||||
|
|
||||||
@ -31,9 +31,9 @@ commands it runs and make sure they work when you run them by hand.
|
|||||||
[1]: https://source.android.com/docs/setup/download/downloading
|
[1]: https://source.android.com/docs/setup/download/downloading
|
||||||
[2]: https://github.com/google/comprehensive-rust
|
[2]: https://github.com/google/comprehensive-rust
|
||||||
|
|
||||||
### Bare-Metal
|
### Bare-Metal Rust
|
||||||
|
|
||||||
The [Bare-Metal Deep Dive](../bare-metal.md): a full day class on using Rust for
|
The [Bare-Metal Rust](../bare-metal.md) deep dive is a full day class on using Rust for
|
||||||
bare-metal (embedded) development. Both microcontrollers and application
|
bare-metal (embedded) development. Both microcontrollers and application
|
||||||
processors are covered.
|
processors are covered.
|
||||||
|
|
||||||
@ -42,9 +42,9 @@ micro:bit](https://microbit.org/) v2 development board ahead of time. Everybody
|
|||||||
will need to install a number of packages as described on the [welcome
|
will need to install a number of packages as described on the [welcome
|
||||||
page](../bare-metal.md).
|
page](../bare-metal.md).
|
||||||
|
|
||||||
### Concurrency
|
### Concurrency in Rust
|
||||||
|
|
||||||
The [Concurrency Deep Dive](../concurrency.md) is a full day class on classical
|
The [Concurrency in Rust](../concurrency.md) deep dive is a full day class on classical
|
||||||
as well as `async`/`await` concurrency.
|
as well as `async`/`await` concurrency.
|
||||||
|
|
||||||
You will need a fresh crate set up and the dependencies downloaded and ready to
|
You will need a fresh crate set up and the dependencies downloaded and ready to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user