@@ -22,13 +22,14 @@ If you find any errors in this week's issue, [please submit a PR](https://github
22
22
### Foundation
23
23
24
24
### Project/Tooling Updates
25
- * [ This week in Fluvio #22 : the programmable streaming platform] ( https://www.fluvio.io/news/this-week-in-fluvio-0022/ )
26
- * [ rsadsb: v0.5.0 Release] ( https://rsadsb.github.io/v0.5.0.html )
27
25
* [ Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W06] ( https://www.fornjot.app/blog/weekly-dev-log/2022-w06/ )
26
+ * [ Performance Tools Newsletter (Q4 2021)] ( https://blog.mozilla.org/performance/2022/02/15/performance-tools-newsletter-q4-2021/ )
27
+ * [ rsadsb: v0.5.0 Release] ( https://rsadsb.github.io/v0.5.0.html )
28
+ * [ SixtyFPS becomes Slint] ( https://slint-ui.com/blog/sixtyfps-becomes-slint.html )
29
+ * [ This week in Fluvio #22 : the programmable streaming platform] ( https://www.fluvio.io/news/this-week-in-fluvio-0022/ )
28
30
* [ Rust Analyzer Changelog #116 ] ( https://rust-analyzer.github.io/thisweek/2022/02/14/changelog-116.html )
29
31
* [ GCC Rust Weekly Status Report 39] ( https://thephilbert.io/2022/02/14/gcc-rust-weekly-status-report-39/ )
30
32
* [ cargo-mutants 0.2.0: A new mutation testing tool for Rust] ( https://github.com/sourcefrog/cargo-mutants#readme )
31
- * [ SixtyFPS becomes Slint] ( https://slint-ui.com/blog/sixtyfps-becomes-slint.html )
32
33
33
34
### Newsletters
34
35
* [ This Month in Rust GameDev #30 - January 2022] ( https://gamedev.rs/news/030/ )
@@ -37,13 +38,17 @@ If you find any errors in this week's issue, [please submit a PR](https://github
37
38
* [ Learning and Programming Challenges of Rust: A Mixed-Methods Study] ( https://songlh.github.io/paper/survey.pdf )
38
39
39
40
### Observations/Thoughts
41
+ * [ A Rust match made in hell] ( https://fasterthanli.me/articles/a-rust-match-made-in-hell )
42
+ * [ Dare to ask more #rust2024] ( https://smallcultfollowing.com/babysteps/blog/2022/02/09/dare-to-ask-for-more-rust2024/ )
43
+ * [ More Enum Types] ( https://blog.yoshuawuyts.com/more-enum-types/ )
44
+ * [ My Rust Frontend Experiences] ( https://blog.urth.org/2022/02/08/my-rust-frontend-experiences/ )
45
+ * [ What is Rust's hole purpose?] ( https://blog.pnkfx.org/blog/2022/02/09/what-is-rusts-hole-purpose/ )
40
46
* [ Mocking Time in Async Rust] ( https://www.ditto.live/blog/mocking-time-in-async-rust )
41
47
* [ Plugins in Rust: Getting our Hands Dirty] ( https://nullderef.com/blog/plugin-impl/ )
42
48
* [ Async IO fundamentals] ( https://www.ncameron.org/blog/async-io-fundamentals/ )
43
49
* [ Async read and write traits] ( https://www.ncameron.org/blog/async-read-and-write-traits/ )
44
50
* [ Dare to ask for more #rust2024] ( http://smallcultfollowing.com/babysteps//blog/2022/02/09/dare-to-ask-for-more-rust2024/ )
45
51
* [ PostgreSQL Aggregates with Rust] ( https://hoverbear.org/blog/postgresql-aggregates-with-rust/ )
46
- * [ My Rust Frontend Experiences] ( https://blog.urth.org/2022/02/08/my-rust-frontend-experiences/ )
47
52
* [ ZH] [ 为什么我们要Associated Type?Why do we need Associated Type?] ( https://fengliang.io/RustWHY/engineering_features/why_associated_type.html )
48
53
49
54
### Rust Walkthroughs
@@ -53,18 +58,13 @@ If you find any errors in this week's issue, [please submit a PR](https://github
53
58
* [ How to build a custom blockchain implementation in Rust using Substrate] ( https://blog.logrocket.com/how-to-build-a-custom-blockchain-implementation-in-rust-using-substrate/ )
54
59
* [ Rust on iOS and Mac Catalyst: A Simple, Updated Guide] ( https://nadim.computer/posts/2022-02-11-maccatalyst.html )
55
60
* [ What Is Rust's Hole Purpose?] ( http://blog.pnkfx.org/blog/2022/02/09/what-is-rusts-hole-purpose/ )
56
- * [ A Rust match made in hell] ( https://fasterthanli.me/articles/a-rust-match-made-in-hell )
57
61
* [ Futures Concurrency III] ( https://blog.yoshuawuyts.com/futures-concurrency-3/ )
58
- * [ More Enum Types] ( https://blog.yoshuawuyts.com/more-enum-types/ )
59
62
* [ Frontend Rust Without Node] ( https://blog.urth.org/2022/02/14/frontend-rust-without-node/ )
60
63
* [ Implementing a custom async runtime in a game engine] ( https://domwillia.ms/devlog7 )
64
+ * [ Assertion reporting] ( https://hole.tuziwo.info/assertion-reporting.html )
61
65
* [ Video] [ Implementing the NTFS filesystem in Rust] ( https://fosdem.org/2022/schedule/event/misc_ntfs_rust/ )
62
66
* [ video] [ Rust Project: Deserialization with Serde] ( https://www.youtube.com/watch?v=A38SoLTB1Y4 )
63
67
* [ video] [ 5 Tips for Rust Beginners] ( https://www.youtube.com/watch?v=zdT3bUljGQw )
64
-
65
-
66
- * [ Assertion reporting] ( https://hole.tuziwo.info/assertion-reporting.html )
67
-
68
68
* [ video] [ Developing Embedded Applications in Rust] ( https://www.youtube.com/watch?v=pgG95y0hBDc )
69
69
70
70
### Miscellaneous
0 commit comments