File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ This course builds on [Rust Fundamentals](welcome-day-1.md) and we expect you
1414are familiar with the basics of Rust. You should also be familiar with
1515development 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
Original file line number Diff line number Diff line change @@ -20,3 +20,8 @@ The class is divided into several parts:
2020This course builds on [ Rust Fundamentals] ( welcome-day-1.md ) and we expect you
2121are familiar with the basics of Rust. You should ideally also have some
2222experience 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!
Original file line number Diff line number Diff line change @@ -18,3 +18,8 @@ code to connect between Rust and existing Chromium C++ code.
1818This course builds on [ Rust Fundamentals] ( welcome-day-1.md ) and we expect you
1919are familiar with the basics of Rust. You should also be familiar with Chromium
2020development.
21+
22+ ## Class Format
23+
24+ The class is meant to be very interactive! Please ask questions to drive the
25+ exploration of Rust!
Original file line number Diff line number Diff 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!
You can’t perform that action at this time.
0 commit comments