Skip to content

Commit ac5f21c

Browse files
authored
Merge pull request #2941 from kw-fn/master
Update 2022-02-16-this-week-in-rust.md (#1)
2 parents d3d8853 + 38b7b2b commit ac5f21c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ If you find any errors in this week's issue, [please submit a PR](https://github
2222
### Foundation
2323

2424
### 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)
2725
* [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/)
2830
* [Rust Analyzer Changelog #116](https://rust-analyzer.github.io/thisweek/2022/02/14/changelog-116.html)
2931
* [GCC Rust Weekly Status Report 39](https://thephilbert.io/2022/02/14/gcc-rust-weekly-status-report-39/)
3032
* [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)
3233

3334
### Newsletters
3435
* [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
3738
* [Learning and Programming Challenges of Rust: A Mixed-Methods Study](https://songlh.github.io/paper/survey.pdf)
3839

3940
### 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/)
4046
* [Mocking Time in Async Rust](https://www.ditto.live/blog/mocking-time-in-async-rust)
4147
* [Plugins in Rust: Getting our Hands Dirty](https://nullderef.com/blog/plugin-impl/)
4248
* [Async IO fundamentals](https://www.ncameron.org/blog/async-io-fundamentals/)
4349
* [Async read and write traits](https://www.ncameron.org/blog/async-read-and-write-traits/)
4450
* [Dare to ask for more #rust2024](http://smallcultfollowing.com/babysteps//blog/2022/02/09/dare-to-ask-for-more-rust2024/)
4551
* [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/)
4752
* [ZH] [为什么我们要Associated Type?Why do we need Associated Type?](https://fengliang.io/RustWHY/engineering_features/why_associated_type.html)
4853

4954
### Rust Walkthroughs
@@ -53,18 +58,13 @@ If you find any errors in this week's issue, [please submit a PR](https://github
5358
* [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/)
5459
* [Rust on iOS and Mac Catalyst: A Simple, Updated Guide](https://nadim.computer/posts/2022-02-11-maccatalyst.html)
5560
* [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)
5761
* [Futures Concurrency III](https://blog.yoshuawuyts.com/futures-concurrency-3/)
58-
* [More Enum Types](https://blog.yoshuawuyts.com/more-enum-types/)
5962
* [Frontend Rust Without Node](https://blog.urth.org/2022/02/14/frontend-rust-without-node/)
6063
* [Implementing a custom async runtime in a game engine](https://domwillia.ms/devlog7)
64+
* [Assertion reporting](https://hole.tuziwo.info/assertion-reporting.html)
6165
* [Video] [Implementing the NTFS filesystem in Rust](https://fosdem.org/2022/schedule/event/misc_ntfs_rust/)
6266
* [video] [Rust Project: Deserialization with Serde](https://www.youtube.com/watch?v=A38SoLTB1Y4)
6367
* [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-
6868
* [video] [Developing Embedded Applications in Rust](https://www.youtube.com/watch?v=pgG95y0hBDc)
6969

7070
### Miscellaneous

0 commit comments

Comments
 (0)