Skip to content

Commit aeedec4

Browse files
author
Stephan Dilly
committed
community updates for issue 422
1 parent a4db28f commit aeedec4

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

draft/2021-12-22-this-week-in-rust.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,43 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1616

1717
### Official
1818

19+
* [Follow-up on the moderation issue](https://blog.rust-lang.org/inside-rust/2021/12/17/follow-up-on-the-moderation-issue.html)
20+
1921
### Foundation
2022

23+
* [Take the State of Rust Survey](https://foundation.rust-lang.org/posts/2021-12-15-take-the-state-of-rust-survey/)
24+
* [Member Spotlight: Spectral](https://foundation.rust-lang.org/posts/2021-12-20-member-spotlight-spectral/)
25+
2126
### Newsletters
2227

2328
### Project/Tooling Updates
2429

30+
* [Announcing Tokio Console 0.1](https://tokio.rs/blog/2021-12-announcing-tokio-console)
31+
* [Rust Analyzer Changelog #108](https://rust-analyzer.github.io//thisweek/2021/12/20/changelog-108.html)
32+
* [IntelliJ Rust Changelog #162](https://intellij-rust.github.io/2021/12/20/changelog-162.html)
33+
* [SixtyFPS (GUI crate): 13th to 19th of December 2021](https://sixtyfps.io/thisweek/2021-12-20.html)
34+
* [GCC Rust in 2021](https://thephilbert.io/2021/12/20/gcc-rust-in-2021/)
35+
2536
### Observations/Thoughts
2637

38+
* [Stop Whining about Rust Hype - A Pro-Rust Rant](https://thenewwazoo.github.io/whining.html)
39+
* [Contexts and capabilities in Rust](https://tmandry.gitlab.io/blog/posts/2021-12-21-context-capabilities/)
40+
* [Thread Safety in C++ and Rust](https://blog.reverberate.org/2021/12/18/thread-safety-cpp-rust.html)
41+
* [Rust in Production: Astropad](https://serokell.io/blog/rust-in-production-astropad)
42+
* [Unbuffered I/O Can Make Your Rust Programs Much Slower](https://era.co/blog/unbuffered-io-slows-rust-programs)
43+
2744
### Rust Walkthroughs
2845

46+
* [A Beginner's Guide to Parsing in Rust](https://depth-first.com/articles/2021/12/16/a-beginners-guide-to-parsing-in-rust/)
47+
* [Building a CEDICT parser in Rust with Nom](https://briankung.dev/2021/12/07/building-a-cedict-parser-in-rust-with-nom/)
48+
* [DE] [Ferris Talk #4: Asynchrone Programmierung in Rust](https://www.heise.de/hintergrund/Ferris-Talk-4-Asynchrone-Programmierung-in-Rust-6299096.html)
49+
2950
### Miscellaneous
3051

52+
* [Homegrown rendering with Rust](https://medium.com/embarkstudios/homegrown-rendering-with-rust-1e39068e56a7)
53+
* [audio] [SE-Radio: Tim McNamara on Rust 2021 Edition](https://www.se-radio.net/2021/12/episode-490-tim-mcnamara-on-rust-2021-edition/)
54+
* [video] [Web api benchmarking: Rust (Warp) vs Rust (actix-web)](https://www.youtube.com/watch?v=zC-r1jzVwh4)
55+
3156
## Crate of the Week
3257

3358
This week's crate is [efg](https://crates.io/crates/efg), a proc macro to allow boolean expression like syntax for `#[cfg]`s.

0 commit comments

Comments
 (0)