Skip to content

Commit 9c0ac52

Browse files
committed
reorders links and adds in podcast link
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 6d4a11c commit 9c0ac52

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

draft/2020-06-23-this-week-in-rust.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Want to get involved? [We love contributions](https://github.com/rust-lang/rust/
1212
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
1313
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
1414

15-
Check out [this week's *This Week in Rust Podcast*]()
15+
Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.org/episode/019-twir-344/)
1616

1717
# Updates from Rust Community
1818

@@ -23,16 +23,12 @@ Check out [this week's *This Week in Rust Podcast*]()
2323
* [Diving into Rust with a CLI](https://kbknapp.dev/rust-cli/)
2424
* [Rust for Data-Intensive Computation](https://materialize.io/rust-for-data-intensive-computation/)
2525
* [3K, 60fps, 130ms: achieving it with Rust](https://blog.tonari.no/why-we-love-rust?ref=twtr)
26-
* [Zero To Production #2: Learn By Building An Email Newsletter](https://www.lpalmieri.com/posts/2020-06-21-zero-to-production-2-learn-by-building-an-email-newsletter/)
2726
* [Rust concurrency: the archetype of a message-passing bug.](https://medium.com/@polyglot_factotum/rust-concurrency-the-archetype-of-a-message-passing-bug-817b60efd8f8?source=friends_link&sk=ad32b77d42eda3dd28a26671282271df)
2827
* [How to Design For Panic Resilience in Rust](https://towardsdatascience.com/how-to-design-for-panic-resilience-in-rust-55d5fd2478b9)
2928
* [GitHub Action for binary crates installation](https://svartalf.info/posts/2020-04-10-github-action-for-binary-crates-installation/)
3029
* [Managing Rust bloat with Github Actions](https://tomforb.es/managing-rust-bloat-with-github-actions/)
3130
* [A multiplayer board game in Rust and WebAssembly](http://www.mattkeeter.com/projects/pont/)
3231
* [Im bad at unsafe {}](https://djugei.github.io/bad-at-unsafe/)
33-
* [Thread-local Storage - Part 13 of Making our own executable packer](https://fasterthanli.me/blog/2020/thread-local-storage/)
34-
* [Tour of Rust - Chapter 8 - Smart Pointers](https://tourofrust.com/chapter_8_en.html)
35-
* [RISC-V OS using Rust - Chapter 11](http://osblog.stephenmarz.com/ch11.html)
3632
* [SIMD library plans](https://vorner.github.io/2020/05/08/simd-library-plans.html)
3733
* [Tips for Faster Rust Compile Times](https://endler.dev/2020/rust-compile-times/)
3834
* [Rust Analyzer Changelog #30](https://rust-analyzer.github.io/thisweek/2020/06/22/changelog-30.html)
@@ -54,6 +50,10 @@ Check out [this week's *This Week in Rust Podcast*]()
5450
* [Static PIE and ASLR for the x86_64-unknown-linux-musl Target](https://harald.hoyer.xyz/rust-static-pie/)
5551
* [Three bytes to an integer](https://dev.to/wayofthepie/three-bytes-to-an-integer-13g5)
5652
* [Using Rust to Delete Gitignored Cruft](https://www.forrestthewoods.com/blog/using-rust-to-delete-gitignored-cruft/)
53+
* [Tour of Rust - Chapter 8 - Smart Pointers](https://tourofrust.com/chapter_8_en.html)
54+
* [Thread-local Storage - Part 13 of Making our own executable packer](https://fasterthanli.me/blog/2020/thread-local-storage/)
55+
* [RISC-V OS using Rust - Chapter 11](http://osblog.stephenmarz.com/ch11.html)
56+
* [Zero To Production #2: Learn By Building An Email Newsletter](https://www.lpalmieri.com/posts/2020-06-21-zero-to-production-2-learn-by-building-an-email-newsletter/)
5757
* [video] [Crust of Rust: Smart Pointers and Interior Mutability](https://www.youtube.com/watch?v=8O0Nt9qY_vo)
5858
* [video] [CS 196 at Illinois](https://www.youtube.com/channel/UCRA18QWPzB7FYVyg0WFKC6g/videos)
5959
* [video] [Ask Me Anything with Felix Klock](https://www.youtube.com/watch?v=jGgQmnPH0dQ&feature=youtu.be&t=28792)
@@ -223,4 +223,4 @@ Thanks to [llogiq](https://users.rust-lang.org/t/twir-quote-of-the-week/328/896)
223223

224224
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), and [cdmistman](https://github.com/cdmistman).*
225225

226-
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/hactqu/this_week_in_rust_343/)</small>
226+
<small>[Discuss on r/rust]()</small>

0 commit comments

Comments
 (0)