Skip to content

Commit 8fa036a

Browse files
authored
Merge pull request #1321 from cdmistman/master
TWIR 344
2 parents fcbdb04 + a694f9c commit 8fa036a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,24 @@ Check out [this week's *This Week in Rust Podcast*]()
3636
* [SIMD library plans](https://vorner.github.io/2020/05/08/simd-library-plans.html)
3737
* [Tips for Faster Rust Compile Times](https://endler.dev/2020/rust-compile-times/)
3838
* [Rust Analyzer Changelog #30](https://rust-analyzer.github.io/thisweek/2020/06/22/changelog-30.html)
39+
* [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)
40+
* [Dart and Rust: the async story](https://dev.to/sunshine-chain/rust-and-dart-the-async-story-3adk)
41+
* [Decode a certificate](https://dev.to/wayofthepie/decode-a-certificate-5903)
42+
* [Four Years of Rust At OneSignal](https://onesignal.com/blog/4-years-of-rust-at-onesignal/)
43+
* [How Rust Lets Us Monitor 30k API calls/min](https://blog.bearer.sh/how-rust-lets-us-monitor-30k-api-calls-min/)
44+
* [How to use C++ polymorphism in Rust](https://medium.com/swlh/how-to-use-c-polymorphism-in-rust-76e1d1a88ed1)
45+
* [Implementing a Type-safe printf in Rust](http://willcrichton.net/notes/type-safe-printf/)
46+
* [Introduction to Rust for Node Developers](https://dev.to/tindleaj/introduction-to-rust-for-node-developers-3j05)
47+
* [The programming language that wants to rescue the world from dangerous code](https://www.protocol.com/rust-programming-safety-security)
48+
* [Property-based testing in Rust with Proptest](https://blog.logrocket.com/property-based-testing-in-rust-with-proptest/)
49+
* [Rust at CNCF](https://www.cncf.io/blog/2020/06/22/rust-at-cncf/)
50+
* [Rust's Huge Compilation Units](https://pingcap.com/blog/rust-huge-compilation-units)
51+
* [RustHorn: CHC-Based Verification for Rust Programs](https://link.springer.com/chapter/10.1007%2F978-3-030-44914-8_18)
52+
* [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)
53+
* [Some examples of Rust Lifetimes in a struct](https://dev.to/frankmeza/some-examples-of-rust-lifetimes-in-a-struct-3m53)
54+
* [Static PIE and ASLR for the x86_64-unknown-linux-musl Target](https://harald.hoyer.xyz/rust-static-pie/)
55+
* [Three bytes to an integer](https://dev.to/wayofthepie/three-bytes-to-an-integer-13g5)
56+
* [Using Rust to Delete Gitignored Cruft](https://www.forrestthewoods.com/blog/using-rust-to-delete-gitignored-cruft/)
3957
* [video] [Crust of Rust: Smart Pointers and Interior Mutability](https://www.youtube.com/watch?v=8O0Nt9qY_vo)
4058
* [video] [CS 196 at Illinois](https://www.youtube.com/channel/UCRA18QWPzB7FYVyg0WFKC6g/videos)
4159
* [video] [Ask Me Anything with Felix Klock](https://www.youtube.com/watch?v=jGgQmnPH0dQ&feature=youtu.be&t=28792)

0 commit comments

Comments
 (0)