Skip to content

TWIR 344 #1321

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 23, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions draft/2020-06-23-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,24 @@ Check out [this week's *This Week in Rust Podcast*]()
* [SIMD library plans](https://vorner.github.io/2020/05/08/simd-library-plans.html)
* [Tips for Faster Rust Compile Times](https://endler.dev/2020/rust-compile-times/)
* [Rust Analyzer Changelog #30](https://rust-analyzer.github.io/thisweek/2020/06/22/changelog-30.html)
* [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)
* [Dart and Rust: the async story](https://dev.to/sunshine-chain/rust-and-dart-the-async-story-3adk)
* [Decode a certificate](https://dev.to/wayofthepie/decode-a-certificate-5903)
* [Four Years of Rust At OneSignal](https://onesignal.com/blog/4-years-of-rust-at-onesignal/)
* [How Rust Lets Us Monitor 30k API calls/min](https://blog.bearer.sh/how-rust-lets-us-monitor-30k-api-calls-min/)
* [How to use C++ polymorphism in Rust](https://medium.com/swlh/how-to-use-c-polymorphism-in-rust-76e1d1a88ed1)
* [Implementing a Type-safe printf in Rust](http://willcrichton.net/notes/type-safe-printf/)
* [Introduction to Rust for Node Developers](https://dev.to/tindleaj/introduction-to-rust-for-node-developers-3j05)
* [The programming language that wants to rescue the world from dangerous code](https://www.protocol.com/rust-programming-safety-security)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hee! Thanks for including the one I'm quoted in :D

* [Property-based testing in Rust with Proptest](https://blog.logrocket.com/property-based-testing-in-rust-with-proptest/)
* [Rust at CNCF](https://www.cncf.io/blog/2020/06/22/rust-at-cncf/)
* [Rust's Huge Compilation Units](https://pingcap.com/blog/rust-huge-compilation-units)
* [RustHorn: CHC-Based Verification for Rust Programs](https://link.springer.com/chapter/10.1007%2F978-3-030-44914-8_18)
* [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)
* [Some examples of Rust Lifetimes in a struct](https://dev.to/frankmeza/some-examples-of-rust-lifetimes-in-a-struct-3m53)
* [Static PIE and ASLR for the x86_64-unknown-linux-musl Target](https://harald.hoyer.xyz/rust-static-pie/)
* [Three bytes to an integer](https://dev.to/wayofthepie/three-bytes-to-an-integer-13g5)
* [Using Rust to Delete Gitignored Cruft](https://www.forrestthewoods.com/blog/using-rust-to-delete-gitignored-cruft/)
* [video] [Crust of Rust: Smart Pointers and Interior Mutability](https://www.youtube.com/watch?v=8O0Nt9qY_vo)
* [video] [CS 196 at Illinois](https://www.youtube.com/channel/UCRA18QWPzB7FYVyg0WFKC6g/videos)
* [video] [Ask Me Anything with Felix Klock](https://www.youtube.com/watch?v=jGgQmnPH0dQ&feature=youtu.be&t=28792)
Expand Down