Skip to content

Commit 7293dda

Browse files
authored
Merge pull request #3771 from kurtlawrence/master
Add link to blog post about lock-free webserver
2 parents 2803674 + 4d19328 commit 7293dda

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

draft/2022-11-02-this-week-in-rust.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ and just ask the editors to select the category.
6161
* [Const Syntax](https://blog.yoshuawuyts.com/const-syntax/)
6262
* [How to speed up the Rust compiler in October 2022](https://nnethercote.github.io/2022/10/27/how-to-speed-up-the-rust-compiler-in-october-2022.html)
6363
* [Speeding up the Rust compiler without changing its code](https://kobzol.github.io/rust/rustc/2022/10/27/speeding-rustc-without-changing-its-code.html)
64+
* [Exploring technologies at Weborama: The Rust language](https://medium.com/weborama/introduction-to-the-rust-programming-language-4dbf8f3016de)
65+
* [Lock-free webserver using channels in Rust](https://www.kurtlawrence.info/blog/lock-free-webserver-using-channels-in-rust)
6466
* [video] [A Cellular Automaton with Rust and Bevy - Diemo Heuer](https://www.youtube.com/watch?v=rOFlUvMfOHQ)
6567
* [video] [AMD Hypervisor with Rust - Matthias Heiden](https://www.youtube.com/watch?v=7igpsgCZJY4)
6668
* [video] [Boxes, Heaps, and Stacks - Tim McNamara](https://www.youtube.com/watch?v=DEE1GKMbtgw)
@@ -70,8 +72,6 @@ and just ask the editors to select the category.
7072
* [video] [Rust Before Main - Ryan Levick](https://www.youtube.com/watch?v=q8irLfXwaFM)
7173
* [video] [How does the detour crate work?](https://fasterthanli.me/videos/how-does-the-detour-crate-work)
7274

73-
* [Exploring technologies at Weborama: The Rust language](https://medium.com/weborama/introduction-to-the-rust-programming-language-4dbf8f3016de)
74-
7575
### Rust Walkthroughs
7676
* [Implementing Rayon’s Parallel Iterators](https://geo-ant.github.io/blog/2022/implementing-parallel-iterators-rayon/)
7777
* [Rust microservices in server-side WebAssembly](https://blog.logrocket.com/rust-microservices-server-side-webassembly/)
@@ -216,7 +216,7 @@ An important step for RFC implementation is for people to experiment with the
216216
implementation and give feedback, especially before stabilization. The following
217217
RFCs would benefit from user testing before moving forward:
218218

219-
* *No RFCs issued a call for testing this week.*
219+
* [Have `cargo publish` block until crate is published](https://github.com/rust-lang/cargo/issues/9507#issuecomment-1296058029)
220220

221221
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
222222
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
@@ -254,8 +254,6 @@ which are reaching a decision. Express your opinions now.
254254
* [new] [Style evolution](https://github.com/rust-lang/rfcs/pull/3338)
255255
* [new] [MaybeDangling](https://github.com/rust-lang/rfcs/pull/3336)
256256

257-
- [Have `cargo publish` block until crate is published](https://github.com/rust-lang/cargo/issues/9507#issuecomment-1296058029)
258-
259257
## Upcoming Events
260258

261259
Rusty Events between 2022-11-02 - 2022-11-30 🦀

0 commit comments

Comments
 (0)