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
14
14
are familiar with the basics of Rust. You should also be familiar with
15
15
development on the Android Platform (AOSP).
16
16
17
+ ## Class Format
18
+
19
+ The class is meant to be very interactive! Please ask questions to drive the
20
+ exploration of Rust!
21
+
17
22
> We will attempt to call Rust from one of your own projects today. So try to
18
23
> find a little corner of your code base where we can move some lines of code to
19
24
> 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:
20
20
This course builds on [ Rust Fundamentals] ( welcome-day-1.md ) and we expect you
21
21
are familiar with the basics of Rust. You should ideally also have some
22
22
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!
Original file line number Diff line number Diff line change @@ -18,3 +18,8 @@ code to connect between Rust and existing Chromium C++ code.
18
18
This course builds on [ Rust Fundamentals] ( welcome-day-1.md ) and we expect you
19
19
are familiar with the basics of Rust. You should also be familiar with Chromium
20
20
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!
Original file line number Diff line number Diff line change @@ -32,3 +32,8 @@ well as concepts such as:
32
32
capture values from their environment.
33
33
- [ ` Rc ` ] ( ../smart-pointers/rc.md ) : we will use a similar type for shared
34
34
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