@@ -16,31 +16,60 @@ If you find any errors in this week's issue, [please submit a PR](https://github
16
16
17
17
### Official
18
18
19
+ * [ Launching the 2021 State of Rust Survey] ( https://blog.rust-lang.org/2021/12/08/survey-launch.html )
20
+
19
21
### Foundation
20
22
23
+ * [ Member Spotlight: Automata] ( https://foundation.rust-lang.org/posts/2021-12-13-member-spotlight-automata/ )
24
+
21
25
### Newsletters
26
+
22
27
* [ WebAssembly Weekly] ( https://wasmweekly.news/issue-161/ )
28
+ * [ This Month in Rust GameDev #28 - November 2021] ( https://gamedev.rs/news/028/ )
23
29
24
30
### Project/Tooling Updates
31
+
32
+ * [ Rust Analyzer Changelog #107 ] ( https://rust-analyzer.github.io/thisweek/2021/12/13/changelog-107.html )
33
+ * [ Cranelift Progress Report: A Look Back at 2021] ( https://bytecodealliance.org/articles/cranelift-progress-2021 )
25
34
* [ Rust for Linux
] ( https://lore.kernel.org/lkml/[email protected] / )
26
35
* [ Announcing rsadsb v0.4.0: View Airplanes in the sky with Rust] ( https://rsadsb.github.io/v0.4.0.html )
36
+ * [ SixtyFPS (GUI crate): Changelog for 12th of December 2021] ( https://sixtyfps.io/thisweek/2021-12-13.html )
37
+ * [ sysinfo: version 0.22 and FreeBSD support] ( https://blog.guillaume-gomez.fr/articles/2021-12-14+sysinfo%3A+version+0.22+and+FreeBSD+support )
38
+ * [ Announcing the Grafana Plugin SDK for Rust] ( https://www.reddit.com/r/rust/comments/rbvmib/announcing_the_grafana_plugin_sdk_for_rust/ )
27
39
* [ Announcing Enzyme for Rust] ( https://www.reddit.com/r/rust/comments/reo75u/enzyme_towards_stateoftheart_autodiff_in_rust/ )
28
40
* [ This week in Databend #20 : an elastic and reliable cloud warehouse] ( https://weekly.databend.rs/2021-12-15-databend-weekly/ )
29
- * [ SixtyFPS (GUI crate): Changelog for 12th of December 2021] ( https://sixtyfps.io/thisweek/2021-12-13.html )
30
41
* [ This week in Fluvio #16 : the programmable streaming platform] ( https://www.fluvio.io/news/this-week-in-fluvio-0016/ )
31
-
32
42
* [ git-cliff 0.5.0 (changelog generator)] ( https://orhun.dev/blog/git-cliff-0.5.0/ )
43
+ * [ Announcing Enzyme for Rust] ( https://www.reddit.com/r/rust/comments/reo75u/enzyme_towards_stateoftheart_autodiff_in_rust/ )
44
+ * [ This week in Databend #20 : an elastic and reliable cloud warehouse] ( https://weekly.databend.rs/2021-12-15-databend-weekly/ )
45
+ * [ This week in Fluvio #16 : the programmable streaming platform] ( https://www.fluvio.io/news/this-week-in-fluvio-0016/ )
33
46
34
47
### Observations/Thoughts
35
48
49
+ * [ Rust as a platform for IoT] ( https://blog.ysndr.de/posts/essays/2021-12-12-rust-for-iot/ )
50
+ * [ https://madsravn.dk/posts/using-liquid-rust-with-serde ] ( https://madsravn.dk/posts/using-liquid-rust-with-serde )
51
+ * [ Rust Error Handling] ( https://www.unwoundstack.com/blog/rust-error-handling.html )
36
52
* [ How not to learn Rust] ( https://dystroy.org/blog/how-not-to-learn-rust/ )
53
+ * [ audio] [ Refactoring to Rust with Lily Mara] ( https://rustacean-station.org/episode/049-lily-mara/ )
54
+ * [ video] [ Talking about the Rust Programming Language with Luca Palmieri] ( https://www.youtube.com/watch?v=WaTEjSHFMbY )
37
55
38
56
### Rust Walkthroughs
39
57
40
- * [ video] [ Building a networked Web and Native app using BonsaiDb and Gooey] ( https://youtu.be/yIkUWT4QXCA )
58
+ * [ A brutally effective hash function in Rust] ( https://nnethercote.github.io/2021/12/08/a-brutally-effective-hash-function-in-rust.html )
59
+ * [ Less Painful Linear Types] ( https://aidancully.blogspot.com/2021/12/less-painful-linear-types.html )
60
+ * [ A Rust Api pattern (Actix)] ( https://ctprods.cyprientaque.com/blog/a-rust-api-pattern-actix )
61
+ * [ Authoring a SIMD enhanced Wasm library with Rust] ( https://nickb.dev/blog/authoring-a-simd-enhanced-wasm-library-with-rust )
62
+ * [ Getting better insights into your Rust applications] ( https://21-lessons.com/getting-better-insights-into-your-rust-applications/ )
63
+ * [ Validating JSON input in Rust web services] ( https://vinted.engineering/2021/02/15/validating-json-input-in-rust-web-services/ )
64
+ * [ video] [ Building a networked Web and Native app with Rust] ( https://www.youtube.com/watch?v=yIkUWT4QXCA )
65
+ * [ series] [ video] [ rg3d - live game development #4 ] ( https://www.youtube.com/watch?v=FGi8evJFdnw )
41
66
42
67
### Miscellaneous
43
68
69
+ * [ The DevX Initiative Sponsorship Program: Goals and Principles] ( https://medium.com/concordium/the-devx-initiative-sponsorship-program-goals-and-principles-e640063eeaa7 )
70
+ * [ Introducing the new Relay compiler] ( https://relay.dev/blog/2021/12/08/introducing-the-new-relay-compiler/ )
71
+ * [ DE] [ Linux-Kernel: Rust-Entwicklung schreitet mit neuer Edition voran] ( https://www.heise.de/news/Linux-Kernel-Rust-Entwicklung-schreitet-mit-neuer-Edition-voran-6287775.html )
72
+
44
73
## Crate of the Week
45
74
46
75
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