From 1b02a2449d29919d3c91e5419911879d8860239e Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Sat, 23 Sep 2023 17:32:35 -0700 Subject: [PATCH 1/3] Add "no_std: ?no_problem" video talk to TWIR 514 --- draft/2023-09-27-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2023-09-27-this-week-in-rust.md b/draft/2023-09-27-this-week-in-rust.md index e981a0d38..6e27a95d3 100644 --- a/draft/2023-09-27-this-week-in-rust.md +++ b/draft/2023-09-27-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* \[video\] [`no_std: ?no_problem`](https://www.youtube.com/watch?v=Oq-3bOBrpeo): an introduction to making your Rust crates `no_std` compatible, and why. + ### Research ### Miscellaneous From 4386efeb9bce9ed28ffac4e64d85dd47c7a76bab Mon Sep 17 00:00:00 2001 From: Kevin Reid Date: Sat, 23 Sep 2023 17:37:21 -0700 Subject: [PATCH 2/3] Link style --- draft/2023-09-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2023-09-27-this-week-in-rust.md b/draft/2023-09-27-this-week-in-rust.md index 6e27a95d3..15650d29c 100644 --- a/draft/2023-09-27-this-week-in-rust.md +++ b/draft/2023-09-27-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* \[video\] [`no_std: ?no_problem`](https://www.youtube.com/watch?v=Oq-3bOBrpeo): an introduction to making your Rust crates `no_std` compatible, and why. +* \[video\] [`no_std: ?no_problem`](https://www.youtube.com/watch?v=Oq-3bOBrpeo) ### Research From 010ac44bc29188be311b64e6d2c491bdce264132 Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Wed, 27 Sep 2023 17:55:29 -0700 Subject: [PATCH 3/3] Update 2023-09-27-this-week-in-rust.md --- draft/2023-09-27-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2023-09-27-this-week-in-rust.md b/draft/2023-09-27-this-week-in-rust.md index 15650d29c..56e3a2879 100644 --- a/draft/2023-09-27-this-week-in-rust.md +++ b/draft/2023-09-27-this-week-in-rust.md @@ -39,7 +39,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* \[video\] [`no_std: ?no_problem`](https://www.youtube.com/watch?v=Oq-3bOBrpeo) +* [video] [`no_std: ?no_problem`](https://www.youtube.com/watch?v=Oq-3bOBrpeo) ### Research