1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-03-24 23:31:56 +02:00

Update deep-dive titles in course structure ()

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:
Martin Geisler 2023-08-25 18:38:21 +02:00 committed by GitHub
parent 184b406900
commit 62dcb323aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
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
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
[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
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
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.
You will need a fresh crate set up and the dependencies downloaded and ready to