Skip to content

Commit 693343c

Browse files
authored
Merge branch 'master' into dodblog
2 parents d61f46c + 227a85a commit 693343c

File tree

3 files changed

+51
-3
lines changed

3 files changed

+51
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Check out [this week's *This Week in Rust Podcast*](https://rustacean-station.or
4040
* [Async Rust, but less intimidating](https://dev.to/dotxlem/async-rust-but-less-intimidating-2c13)
4141
* [Rust Analyzer Changelog #34](https://rust-analyzer.github.io/thisweek/2020/07/20/changelog-34.html)
4242
* [Benchmarking gRPC in Rust & Go](https://medium.com/@Rustling_gopher/benchmarking-grpc-in-rust-go-184545e7688a)
43-
* [How to write a Queue in Rust](https://dev.to/virtualkirill/how-to-write-a-queue-in-rust-12m9)
4443
* [Function Overloading in Rust](https://medium.com/swlh/function-overloading-in-rust-d591aff64a03)
4544
* [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)
4645
* [Haskell::From(Rust) I: Infix Notation and Currying](https://seanchen1991.github.io/posts/haskell-from-rust-i/)
@@ -202,4 +201,4 @@ Thanks to [HeroicKatora](https://users.rust-lang.org/t/twir-quote-of-the-week/32
202201

203202
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), and [cdmistman](https://github.com/cdmistman).*
204203

205-
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/hvjf4i/this_week_in_rust_348/)small>
204+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/hvjf4i/this_week_in_rust_348/)</small>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ 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-
2120
* [An introduction to Data-Oriented Design in Rust](http://jamesmcm.github.io/blog/2020/07/25/intro-dod/#en)
2221
* [Sizedness in Rust](https://github.com/pretzelhammer/rust-blog/blob/master/posts/sizedness-in-rust.md)
22+
* [Async/Await for AVR with Rust](https://lights0123.com/blog/2020/07/25/async-await-for-avr-with-rust/)
23+
* [Learning Rust by Converting Python to Rust](https://towardsdatascience.com/learning-rust-by-converting-python-to-rust-259e735591c6)
24+
* [French] [Video] [Développement Web Rust & Rocket](https://www.youtube.com/playlist?list=PLMWEEzYqZ0ekOG6_G4q_GXPpVHWrIH--x)
2325

2426
# Crate of the Week
2527

@@ -114,6 +116,7 @@ decision. Express your opinions now.
114116
### Online
115117
* [July 23. Berlin, DE - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/txcprrybckbfc/)
116118
* [July 27 - August 2. Rusty Days Virtual Rust Conference](https://rusty-days.org/)
119+
* [August 6, Rust Meetup Linz](https://www.meetup.com/de-DE/Rust-Linz/events/271857182/)
117120

118121
### North America
119122
* [July 27. Durham, NC, US - Triangle Rustaceans - Project Night & Lightning Talks](https://www.meetup.com/triangle-rustaceans/events/mfglwpybckbkc/)

links.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3995,3 +3995,49 @@ Number: 347 Date: 2020-07-14
39953995
* [video] [Rust + WebAssembly - EdgeXR @ Netlight](https://www.youtube.com/watch?v=dmbqpg5BuBY)
39963996
* [video] [Rust Meetup - Adding WASM Support to a Native Application (GameDev Edition)](https://www.youtube.com/watch?v=7YQGwb4_AvA)
39973997

3998+
Number: 348 Date: 2020-07-21
3999+
4000+
* [crates.io security advisory](https://blog.rust-lang.org/2020/07/14/crates-io-security-advisory.html)
4001+
* [Announcing Rust 1.45.0](https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html)
4002+
* [Traits working group 2020 sprint 3 summary](https://blog.rust-lang.org/inside-rust/2020/07/17/traits-sprint-3.html)
4003+
* [Best Programming Languages to Learn in 2020(Rust Lang)](https://frogtok.com/useful-and-best-programming-languages-to-learn-in-2020/)
4004+
* [Learn how to make a Sokoban game in Rust!](https://sokoban.iolivia.me/c01-00-intro.html)
4005+
* [Clear explanation of Rust’s module system](http://www.sheshbabu.com/posts/rust-module-system/)
4006+
* [Checking status of Rust features](https://notes.iveselov.info/programming/checking-status-of-rust-features)
4007+
* [Programming Servo: just hanging around](https://medium.com/programming-servo/programming-servo-just-hanging-around-d8f660c33df2?source=friends_link&sk=6efbf13743aec335bd11834c2df71783)
4008+
* [Efficient representation of Ultimate Tic Tac Toe using Rust](https://www.minimax.dev/docs/ultimate/efficient-representation/)
4009+
* [Next Algorithm: Backtracking into the n Queens Problem](https://rust.graystorm.com/2020/07/16/next-algorithm-backtracking-into-the-n-queens-problem/)
4010+
* [RSoC: improving drivers and kernel - part 3 (largely io_uring)](https://redox-os.org/news/io_uring-3/)
4011+
* [Writing an asynchronous MQTT Broker in Rust - Part 2](https://hassamuddin.com/blog/rust-mqtt/ping-pong/)
4012+
* [Rust Closures: Returning `impl Fn` for `move` closures](https://notes.iveselov.info/programming/rust-closures-combining-move-and-fn)
4013+
* [Writing a kernel driver with Rust](https://not-matthias.github.io/kernel-driver-with-rust/)
4014+
* [Rewriting FORTRAN Software In Rust](https://mckeogh.tech/post/shallow-water/)
4015+
* [Building and debugging a high-throughput daemon in Rust](https://brokenco.de/2020/07/15/high-throughput-in-rust.html)
4016+
* [Why even unused data needs to be valid](https://www.ralfj.de/blog/2020/07/15/unused-data.html)
4017+
* [Three Architectures for a Responsive IDE](https://rust-analyzer.github.io/blog/2020/07/20/three-architectures-for-responsive-ide.html)
4018+
* [Packaging & Vending Production Rust Software - Windows](https://ebbflow.io/blog/vending-win)
4019+
* [Async Rust, but less intimidating](https://dev.to/dotxlem/async-rust-but-less-intimidating-2c13)
4020+
* [Rust Analyzer Changelog #34](https://rust-analyzer.github.io/thisweek/2020/07/20/changelog-34.html)
4021+
* [Benchmarking gRPC in Rust & Go](https://medium.com/@Rustling_gopher/benchmarking-grpc-in-rust-go-184545e7688a)
4022+
* [How to write a Queue in Rust](https://dev.to/virtualkirill/how-to-write-a-queue-in-rust-12m9)
4023+
* [Function Overloading in Rust](https://medium.com/swlh/function-overloading-in-rust-d591aff64a03)
4024+
* [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)
4025+
* [Haskell::From(Rust) I: Infix Notation and Currying](https://seanchen1991.github.io/posts/haskell-from-rust-i/)
4026+
* [How to Write a Queue in Rust](https://dev.to/virtualkirill/how-to-write-a-queue-in-rust-12m9)
4027+
* [Implementing a Workflow Graph](https://milchdealer.github.io/2020/07/19/Implementing-a-workflow-graph.html)
4028+
* [Implementing `flat_map` in Rust](https://www.eltonpinto.me/blog/posts/implementing_flatmap_in_rust/)
4029+
* [IntelliJ Rust 0.3: New Macro Expansion Engine](https://blog.jetbrains.com/clion/2020/07/intellij-rust-0-3-new-macro-expansion-engine/)
4030+
* [Low Level Stuff pt. 1 - Booting to 'Hello Rust!'](https://micouy.github.io/posts/low-level-pt-1/)
4031+
* [My Bet on Rust has been Vindicated](https://nbsoftsolutions.com/blog/my-bet-on-rust-has-been-vindicated.html)
4032+
* [The Next Steps for Single Ownership and RAII](https://vale.dev/blog/raii-next-steps)
4033+
* [Popol: Minimal Non-Blocking I/O with Rust](https://cloudhead.io/popol/)
4034+
* [Rust vs Go in Backend Web Development](https://qvault.io/2020/07/17/rust-vs-go-in-backend-web-development/)
4035+
* [Shipping Const Generics in 2020](https://without.boats/blog/shipping-const-generics/)
4036+
* [Two Beautiful Rust Programs](https://matklad.github.io//2020/07/15/two-beautiful-programs.html)
4037+
* [Japanese] [TCPが遅すぎる?QUICを使おう!](https://medium.com/nttlabs/quic-with-rust-9cf9b44596ad)
4038+
* [Spanish] [Rust para embebidos](https://dev.to/iddar/rust-para-embebidos-4agn)
4039+
* [Portuguese] [Aprendendo Rust: 03 - Variáveis](https://dev.to/pehdepano/aprendendo-rust-03-variaveis-57a8)
4040+
* [Portuguese] [video] [Curso Rust 🦀 - Aula 4 - strings, match, sorteio, quizz](https://www.twitch.tv/videos/681897847)
4041+
* [video] [Boiled Down Crate 🦀: OnceCell](https://www.youtube.com/watch?v=YBG8QTO8fNI&feature=youtu.be)
4042+
* [video] [Rust: What is Ownership and Borrowing](https://www.youtube.com/watch?v=79phqVpE7cU)
4043+

0 commit comments

Comments
 (0)