You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft/2020-06-23-this-week-in-rust.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Want to get involved? [We love contributions](https://github.com/rust-lang/rust/
12
12
*This Week in Rust* is openly developed [on GitHub](https://github.com/cmr/this-week-in-rust).
13
13
If you find any errors in this week's issue, [please submit a PR](https://github.com/cmr/this-week-in-rust/pulls).
14
14
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/)
16
16
17
17
# Updates from Rust Community
18
18
@@ -23,16 +23,12 @@ Check out [this week's *This Week in Rust Podcast*]()
23
23
*[Diving into Rust with a CLI](https://kbknapp.dev/rust-cli/)
24
24
*[Rust for Data-Intensive Computation](https://materialize.io/rust-for-data-intensive-computation/)
25
25
*[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/)
27
26
*[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)
28
27
*[How to Design For Panic Resilience in Rust](https://towardsdatascience.com/how-to-design-for-panic-resilience-in-rust-55d5fd2478b9)
29
28
*[GitHub Action for binary crates installation](https://svartalf.info/posts/2020-04-10-github-action-for-binary-crates-installation/)
30
29
*[Managing Rust bloat with Github Actions](https://tomforb.es/managing-rust-bloat-with-github-actions/)
31
30
*[A multiplayer board game in Rust and WebAssembly](http://www.mattkeeter.com/projects/pont/)
32
31
*[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)
@@ -54,6 +50,10 @@ Check out [this week's *This Week in Rust Podcast*]()
54
50
*[Static PIE and ASLR for the x86_64-unknown-linux-musl Target](https://harald.hoyer.xyz/rust-static-pie/)
55
51
*[Three bytes to an integer](https://dev.to/wayofthepie/three-bytes-to-an-integer-13g5)
56
52
*[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/)
57
57
*[video][Crust of Rust: Smart Pointers and Interior Mutability](https://www.youtube.com/watch?v=8O0Nt9qY_vo)
58
58
*[video][CS 196 at Illinois](https://www.youtube.com/channel/UCRA18QWPzB7FYVyg0WFKC6g/videos)
59
59
*[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)
223
223
224
224
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), and [cdmistman](https://github.com/cdmistman).*
225
225
226
-
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/hactqu/this_week_in_rust_343/)</small>
0 commit comments