Skip to content

Commit

Permalink
Mention class format on 1-day classes
Browse files Browse the repository at this point in the history
The 1-day classes are sometimes taught to people who haven’t taken
Rust Fundamentals, or who have taken it a while ago. So it seems nice
to remind everybody that questions are very welcome.
  • Loading branch information
mgeisler committed Jun 6, 2024
1 parent becbc90 commit f335403
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
are familiar with the basics of Rust. You should also be familiar with
development on the Android Platform (AOSP).

## Class Format

The class is meant to be very interactive! Please ask questions to drive the
exploration of Rust!

> We will attempt to call Rust from one of your own projects today. So try to
> find a little corner of your code base where we can move some lines of code to
> Rust. The fewer dependencies and "exotic" types the better. Something that
Expand Down
5 changes: 5 additions & 0 deletions src/bare-metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ The class is divided into several parts:
This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
are familiar with the basics of Rust. You should ideally also have some
experience with bare-metal programming in some other language such as C.

## Class Format

The class is meant to be very interactive! Please ask questions to drive the
exploration of Rust!
5 changes: 5 additions & 0 deletions src/chromium.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ code to connect between Rust and existing Chromium C++ code.
This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
are familiar with the basics of Rust. You should also be familiar with Chromium
development.

## Class Format

The class is meant to be very interactive! Please ask questions to drive the
exploration of Rust!
5 changes: 5 additions & 0 deletions src/concurrency/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ well as concepts such as:
capture values from their environment.
- [`Rc`](../smart-pointers/rc.md): we will use a similar type for shared
ownership.

## Class Format

The class is meant to be very interactive! Please ask questions to drive the
exploration of Rust!

0 comments on commit f335403

Please sign in to comment.