Skip to content

Commit f5b1855

Browse files
committed
Revert "add draft for 345"
This reverts commit 03b8741.
1 parent 03b8741 commit f5b1855

File tree

2 files changed

+47
-226
lines changed

2 files changed

+47
-226
lines changed

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

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,47 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
1818

1919
## News & Blog Posts
2020

21+
* [Announcing Rust 1.44.1](https://blog.rust-lang.org/2020/06/18/Rust.1.44.1.html)
22+
* [Writing Non-Trivial Macros in Rust](http://adventures.michaelfbryan.com/posts/non-trivial-macros/)
23+
* [Diving into Rust with a CLI](https://kbknapp.dev/rust-cli/)
24+
* [Rust for Data-Intensive Computation](https://materialize.io/rust-for-data-intensive-computation/)
25+
* [3K, 60fps, 130ms: achieving it with Rust](https://blog.tonari.no/why-we-love-rust?ref=twtr)
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)
27+
* [How to Design For Panic Resilience in Rust](https://towardsdatascience.com/how-to-design-for-panic-resilience-in-rust-55d5fd2478b9)
28+
* [GitHub Action for binary crates installation](https://svartalf.info/posts/2020-04-10-github-action-for-binary-crates-installation/)
29+
* [Managing Rust bloat with Github Actions](https://tomforb.es/managing-rust-bloat-with-github-actions/)
30+
* [A multiplayer board game in Rust and WebAssembly](http://www.mattkeeter.com/projects/pont/)
31+
* [Im bad at unsafe {}](https://djugei.github.io/bad-at-unsafe/)
32+
* [SIMD library plans](https://vorner.github.io/2020/05/08/simd-library-plans.html)
33+
* [Tips for Faster Rust Compile Times](https://endler.dev/2020/rust-compile-times/)
34+
* [Rust Analyzer Changelog #30](https://rust-analyzer.github.io/thisweek/2020/06/22/changelog-30.html)
35+
* [Building A Blockchain in Rust & Substrate: A Step-by-Step Guide for Developers](https://hackernoon.com/building-a-blockchain-in-rust-and-substrate-a-step-by-step-guide-for-developers-kc223ybp)
36+
* [Dart and Rust: the async story](https://dev.to/sunshine-chain/rust-and-dart-the-async-story-3adk)
37+
* [Decode a certificate](https://dev.to/wayofthepie/decode-a-certificate-5903)
38+
* [Four Years of Rust At OneSignal](https://onesignal.com/blog/4-years-of-rust-at-onesignal/)
39+
* [How Rust Lets Us Monitor 30k API calls/min](https://blog.bearer.sh/how-rust-lets-us-monitor-30k-api-calls-min/)
40+
* [How to use C++ polymorphism in Rust](https://medium.com/swlh/how-to-use-c-polymorphism-in-rust-76e1d1a88ed1)
41+
* [Implementing a Type-safe printf in Rust](http://willcrichton.net/notes/type-safe-printf/)
42+
* [Introduction to Rust for Node Developers](https://dev.to/tindleaj/introduction-to-rust-for-node-developers-3j05)
43+
* [The programming language that wants to rescue the world from dangerous code](https://www.protocol.com/rust-programming-safety-security)
44+
* [Property-based testing in Rust with Proptest](https://blog.logrocket.com/property-based-testing-in-rust-with-proptest/)
45+
* [Rust at CNCF](https://www.cncf.io/blog/2020/06/22/rust-at-cncf/)
46+
* [Rust's Huge Compilation Units](https://pingcap.com/blog/rust-huge-compilation-units)
47+
* [RustHorn: CHC-Based Verification for Rust Programs](https://link.springer.com/chapter/10.1007%2F978-3-030-44914-8_18)
48+
* [Shipping Linux binaries that don't break with Rust](https://saarw.github.io/dev/2020/06/18/shipping-linux-binaries-that-dont-break-with-rust.html)
49+
* [Some examples of Rust Lifetimes in a struct](https://dev.to/frankmeza/some-examples-of-rust-lifetimes-in-a-struct-3m53)
50+
* [Static PIE and ASLR for the x86_64-unknown-linux-musl Target](https://harald.hoyer.xyz/rust-static-pie/)
51+
* [Three bytes to an integer](https://dev.to/wayofthepie/three-bytes-to-an-integer-13g5)
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+
* [video] [Crust of Rust: Smart Pointers and Interior Mutability](https://www.youtube.com/watch?v=8O0Nt9qY_vo)
58+
* [video] [CS 196 at Illinois](https://www.youtube.com/channel/UCRA18QWPzB7FYVyg0WFKC6g/videos)
59+
* [video] [Ask Me Anything with Felix Klock](https://www.youtube.com/watch?v=jGgQmnPH0dQ&feature=youtu.be&t=28792)
60+
* [video] [Rust Stream: The Guard Pattern and Interior Mutability](https://www.youtube.com/watch?v=lmEKIvLh9D4&feature=youtu.be)
61+
2162
# Crate of the Week
2263

2364
This week's crate is [diskonaut](https://github.com/imsnif/diskonaut), a disk usage explorer.
@@ -33,6 +74,9 @@ Thanks to [Aram Drevekenin](https://users.rust-lang.org/t/crate-of-the-week/2704
3374
Always wanted to contribute to open-source projects but didn't know where to start?
3475
Every week we highlight some tasks from the Rust community for you to pick and get started!
3576

77+
* [GitUI is looking for contributors](https://github.com/extrawurst/gitui/issues)
78+
* [Ruma: /account/whoami should use UserId](https://github.com/ruma/ruma/issues/54)
79+
3680
Some of these tasks may also have mentors available, visit the task page for more information.
3781

3882
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
@@ -162,6 +206,9 @@ Email the [Rust Community Team][community] for access.
162206

163207
# Rust Jobs
164208

209+
210+
* [Senior Back-End Rust Developer at Jewish Interactive (Ji)](https://www.jewishinteractive.org/senior-developer/?utm_campaign=Available%20Jobs%20-%202020&utm_content=132060591&utm_medium=social&utm_source=twitter&hss_channel=tw-449734543)
211+
165212
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
166213

167214
# Quote of the Week

0 commit comments

Comments
 (0)