From adaa1e750350e68332ab26bc085e0ed4e6d792fd Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Mon, 1 Feb 2021 08:14:31 +0000 Subject: [PATCH] deploy: ac750c8078154fa747feef1f9c44063da2740a3d --- Chapter_0.html | 1 + Chapter_4.html | 1 + Chapter_6.html | 1 + Chapter_7.html | 1 + index.html | 1 + print.html | 4 ++++ searchindex.js | 2 +- searchindex.json | 2 +- 8 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Chapter_0.html b/Chapter_0.html index 300ec73..42089ad 100644 --- a/Chapter_0.html +++ b/Chapter_0.html @@ -167,6 +167,7 @@

example workflow name

22 December 2020: mdBook can be found here.

28 November 2020: Now also available in simplified Chinese thanks to kumakichi!

+

1 February 2021: Now available on YouTube!

diff --git a/Chapter_4.html b/Chapter_4.html index 389aa5d..85fccea 100644 --- a/Chapter_4.html +++ b/Chapter_4.html @@ -164,6 +164,7 @@

Rust Playground

+

See this chapter on YouTube

Maybe you don't want to install Rust yet, and that's okay. You can go to https://play.rust-lang.org/ and start writing Rust without leaving your browser. You can write your code there and click Run to see the results. You can run most of the samples in this book inside the Playground in your browser. Only near the end you will see samples that go beyond what you can do in the Playground (like opening files).

Here are some tips when using the Rust Playground: