Skip to content

Commit f335403

Browse files
committed
Mention class format on 1-day classes
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.
1 parent becbc90 commit f335403

File tree

4 files changed

+20
-0
lines changed

4 files changed

+20
-0
lines changed

src/android.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
1414
are familiar with the basics of Rust. You should also be familiar with
1515
development on the Android Platform (AOSP).
1616

17+
## Class Format
18+
19+
The class is meant to be very interactive! Please ask questions to drive the
20+
exploration of Rust!
21+
1722
> We will attempt to call Rust from one of your own projects today. So try to
1823
> find a little corner of your code base where we can move some lines of code to
1924
> Rust. The fewer dependencies and "exotic" types the better. Something that

src/bare-metal.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,8 @@ The class is divided into several parts:
2020
This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
2121
are familiar with the basics of Rust. You should ideally also have some
2222
experience with bare-metal programming in some other language such as C.
23+
24+
## Class Format
25+
26+
The class is meant to be very interactive! Please ask questions to drive the
27+
exploration of Rust!

src/chromium.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ code to connect between Rust and existing Chromium C++ code.
1818
This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
1919
are familiar with the basics of Rust. You should also be familiar with Chromium
2020
development.
21+
22+
## Class Format
23+
24+
The class is meant to be very interactive! Please ask questions to drive the
25+
exploration of Rust!

src/concurrency/welcome.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ well as concepts such as:
3232
capture values from their environment.
3333
- [`Rc`](../smart-pointers/rc.md): we will use a similar type for shared
3434
ownership.
35+
36+
## Class Format
37+
38+
The class is meant to be very interactive! Please ask questions to drive the
39+
exploration of Rust!

0 commit comments

Comments
 (0)