mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-05-15 15:16:51 +02:00
Speaker notes for “Using Cargo”
This commit is contained in:
parent
b1e11304a7
commit
3db19fd2e5
@ -18,3 +18,18 @@ fn main() {
|
|||||||
|
|
||||||
You can use <kbd>Ctrl-Enter</kbd> to execute the code when focus is in the text
|
You can use <kbd>Ctrl-Enter</kbd> to execute the code when focus is in the text
|
||||||
box.
|
box.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
Most code samples are editable like shown above. A few code samples
|
||||||
|
are not editable for various reasons:
|
||||||
|
|
||||||
|
* The embedded playgrounds cannot execute unit tests. Copy-paste the
|
||||||
|
code and open it in the real Playground to demonstrate unit tests.
|
||||||
|
|
||||||
|
* The embedded playgrounds lose their state the moment you navigate
|
||||||
|
away from the page! This is the reason that the students should
|
||||||
|
solve the exercises using a local Rust installation or via the
|
||||||
|
Playground.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user