@@ -16,18 +16,43 @@ If you find any errors in this week's issue, [please submit a PR](https://github
16
16
17
17
### Official
18
18
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
+
19
21
### Foundation
20
22
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
+
21
26
### Newsletters
22
27
23
28
### Project/Tooling Updates
24
29
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
+
25
36
### Observations/Thoughts
26
37
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
+
27
44
### Rust Walkthroughs
28
45
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
+
29
50
### Miscellaneous
30
51
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
+
31
56
## Crate of the Week
32
57
33
58
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