diff --git a/src/android.md b/src/android.md index 505eb9e8..6716ff69 100644 --- a/src/android.md +++ b/src/android.md @@ -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 diff --git a/src/bare-metal.md b/src/bare-metal.md index 7636d6e5..0a1ec5fe 100644 --- a/src/bare-metal.md +++ b/src/bare-metal.md @@ -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! diff --git a/src/chromium.md b/src/chromium.md index 4da37cc5..7a79cb18 100644 --- a/src/chromium.md +++ b/src/chromium.md @@ -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! diff --git a/src/concurrency/welcome.md b/src/concurrency/welcome.md index 60d5bb32..5edb39ae 100644 --- a/src/concurrency/welcome.md +++ b/src/concurrency/welcome.md @@ -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!