1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-12 05:24:12 +02:00

Speaker notes for “Using Cargo”

This commit is contained in:
Martin Geisler 2023-01-07 16:51:57 +01:00 committed by Martin Geisler
parent b1e11304a7
commit 3db19fd2e5

View File

@ -18,3 +18,18 @@ fn main() {
You can use <kbd>Ctrl-Enter</kbd> to execute the code when focus is in the text
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>