Skip to content

Commit 86df0f9

Browse files
authored
Merge pull request #1375 from cdmistman/master
TWiR 348
2 parents 8e7fcdb + f3f069b commit 86df0f9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

draft/2020-07-21-this-week-in-rust.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
1717
# Updates from Rust Community
1818

1919
## News & Blog Posts
20+
21+
* [crates.io security advisory](https://blog.rust-lang.org/2020/07/14/crates-io-security-advisory.html)
2022
* [Announcing Rust 1.45.0](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html)
2123
* [Traits working group 2020 sprint 3 summary](https://blog.rust-lang.org/inside-rust/2020/07/17/traits-sprint-3.html)
2224
* [Best Programming Languages to Learn in 2020(Rust Lang)](https://frogtok.com/useful-and-best-programming-languages-to-learn-in-2020/)
@@ -37,7 +39,26 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
3739
* [Packaging & Vending Production Rust Software - Windows](https://ebbflow.io/blog/vending-win)
3840
* [Async Rust, but less intimidating](https://dev.to/dotxlem/async-rust-but-less-intimidating-2c13)
3941
* [Rust Analyzer Changelog #34](https://rust-analyzer.github.io/thisweek/2020/07/20/changelog-34.html)
40-
* [portuguese] [video] [Curso Rust 🦀 - Aula 4 - strings, match, sorteio, quizz](https://www.twitch.tv/videos/681897847)
42+
* [Benchmarking gRPC in Rust & Go](https://medium.com/@Rustling_gopher/benchmarking-grpc-in-rust-go-184545e7688a)
43+
* [Efficient Parsing of JSON Record Sets in Rust](https://dev.to/virtualkirill/how-to-write-a-queue-in-rust-12m9)
44+
* [Function Overloading in Rust](https://medium.com/swlh/function-overloading-in-rust-d591aff64a03)
45+
* [Geometric Constraint Solvers Part 1: Algebraic Expressions](http://adventures.michaelfbryan.com/posts/constraints-part-1-expressions/?utm_source=reddit&utm_medium=social&utm_campaign=constraint-solver-1-expression-trees)
46+
* [Haskell::From(Rust) I: Infix Notation and Currying](https://seanchen1991.github.io/posts/haskell-from-rust-i/)
47+
* [How to Write a Queue in Rust](https://dev.to/virtualkirill/how-to-write-a-queue-in-rust-12m9)
48+
* [Implementing a Workflow Graph](https://www.eltonpinto.me/blog/posts/implementing_flatmap_in_rust/)
49+
* [Implementing `flat_map` in Rust](https://www.eltonpinto.me/blog/posts/implementing_flatmap_in_rust/)
50+
* [IntelliJ Rust 0.3: New Macro Expansion Engine](https://blog.jetbrains.com/clion/2020/07/intellij-rust-0-3-new-macro-expansion-engine/)
51+
* [Low Level Stuff pt. 1 - Booting to 'Hello Rust!'](https://micouy.github.io/posts/low-level-pt-1/)
52+
* [My Bet on Rust has been Vindicated](https://nbsoftsolutions.com/blog/my-bet-on-rust-has-been-vindicated.html)
53+
* [The Next Steps for Single Ownership and RAII](https://vale.dev/blog/raii-next-steps)
54+
* [Popol: Minimal Non-Blocking I/O with Rust](https://cloudhead.io/popol/)
55+
* [Rust vs Go in Backend Web Development](https://qvault.io/2020/07/17/rust-vs-go-in-backend-web-development/)
56+
* [Shipping Const Generics in 2020](https://without.boats/blog/shipping-const-generics/)
57+
* [Two Beautiful Rust Programs](https://matklad.github.io//2020/07/15/two-beautiful-programs.html)
58+
* [Japanese] [TCPが遅すぎる?QUICを使おう!](https://medium.com/nttlabs/quic-with-rust-9cf9b44596ad)
59+
* [Spanish] [Rust para embebidos](https://dev.to/iddar/rust-para-embebidos-4agn)
60+
* [Portuguese] [Aprendendo Rust: 03 - Variáveis](https://dev.to/pehdepano/aprendendo-rust-03-variaveis-57a8)
61+
* [Portuguese] [video] [Curso Rust 🦀 - Aula 4 - strings, match, sorteio, quizz](https://www.twitch.tv/videos/681897847)
4162
* [video] [Boiled Down Crate 🦀: OnceCell](https://www.youtube.com/watch?v=YBG8QTO8fNI&feature=youtu.be)
4263
* [video] [Rust: What is Ownership and Borrowing](https://www.youtube.com/watch?v=79phqVpE7cU)
4364

0 commit comments

Comments
 (0)