Skip to content

Commit 45f9d10

Browse files
authored
Merge pull request #4253 from extrawurst/community-updates-490
community updates issue 490
2 parents d4f2c9e + 092d4c4 commit 45f9d10

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

draft/2023-04-12-this-week-in-rust.md

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,27 +34,44 @@ and just ask the editors to select the category.
3434
### Newsletters
3535

3636
### Project/Tooling Updates
37-
37+
* [Changelog #176](https://rust-analyzer.github.io/thisweek/2023/04/10/changelog-176.html)
38+
* [New in IntelliJ Rust for 2023.1 (Part 1)](https://blog.jetbrains.com/rust/2023/04/11/new-in-intellij-rust-for-2023-1-part-1/)
39+
* [IntelliJ Rust Changelog #192](https://intellij-rust.github.io/2023/04/11/changelog-192.html)
3840
* [sequence_align: an open-source Python + Rust toolkit for efficient sequence alignment](https://blog.kensho.com/introducing-sequence-align-an-open-source-python-rust-toolkit-for-efficient-sequence-alignment-ccdce71d04c7)
3941
* [Dozer Exiting Stealth Mode with v0.1.16 Release](https://getdozer.io/blog/2023/04/11/this-week-4)
42+
* [plrust - v1.0.0](https://github.com/tcdi/plrust/releases/tag/v1.0.0)
43+
* [cdrs-tokio - 8.0.0](https://github.com/krojew/cdrs-tokio/releases/tag/8.0.0)
44+
* [logos - v0.13](https://github.com/maciejhirsz/logos/releases/tag/v0.13)
45+
* [This Month in Rust OSDev: March 2023](https://rust-osdev.com/this-month/2023-03/)
46+
* [This Month in hyper: March 2023](https://seanmonstar.com/post/713948439199858688/this-month-in-hyper-march-2023)
47+
* [GCC Front-End For Rust - March 2023](https://rust-gcc.github.io/2023/04/03/2023-03-monthly-report.html)
4048

4149
### Observations/Thoughts
42-
43-
+ [How Kani helped find bugs in Hifitime](https://model-checking.github.io/kani-verifier-blog/2023/03/31/how-kani-helped-find-bugs-in-hifitime.html)
50+
* [How Kani helped find bugs in Hifitime](https://model-checking.github.io/kani-verifier-blog/2023/03/31/how-kani-helped-find-bugs-in-hifitime.html)
51+
* [Build faster with Buck2: Our open source build system](https://engineering.fb.com/2023/04/06/open-source/buck2-open-source-large-scale-build-system/)
52+
* [Modular Errors in Rust](https://sabrinajewson.org/blog/errors)
53+
* [How fast can you count to 16 in Rust?](https://www.bazhenov.me/posts/counting-to-16-in-rust/)
54+
* [Can You Trust a Compiler to Optimize Your Code?](https://matklad.github.io/2023/04/09/can-you-trust-a-compiler-to-optimize-your-code.html)
55+
* [The Scoped Task trilemma](https://without.boats/blog/the-scoped-task-trilemma/)
56+
* [Restructuring Patterns](https://www.catmonad.xyz/blog/nibbles_02.html)
57+
* [Control flow patterns in Rust](https://symbolica.io/posts/control_flow_patterns/)
58+
* [Eight million pixels and counting – Custom allocators in Rust](https://nical.github.io/posts/rust-custom-allocators.html)
59+
* [Using Metal and Rust to make FFT even faster](https://www.notamonadtutorial.com/using-metal-and-rust-to-make-fft-even-faster/)
60+
* [video] [Solving distributed systems challenges in Rust](https://www.youtube.com/watch?v=gboGyccRVXI)
4461

4562
### Rust Walkthroughs
4663
* [Writing a Fast C# Code-Search Tool in Rust](https://johnaustin.io/articles/2022/blazing-fast-structural-search-for-c-sharp-in-rust)
4764
* [Understanding tracing's macros by rebuilding them from scratch](https://dietcode.io/p/tracing-macros)
48-
49-
- [A guide to aid you in your journey of becoming a Rustacean](https://rust-lang.guide/)
50-
65+
* [A guide to aid you in your journey of becoming a Rustacean](https://rust-lang.guide/)
5166
* [Flexible Tracing with Rust and OpenTelemetry](https://broch.tech/posts/rust-tracing-opentelemetry/)
67+
* [video] [Rust Axum Full Course - Web Development](https://www.youtube.com/watch?v=XZtlD_m59sM)
68+
* [video] [Introduction to Rust Programming language](https://www.youtube.com/watch?v=9ziaSnqL8RY)
5269

5370
### Research
5471

5572
### Miscellaneous
56-
57-
[CfP for EuroRust 2023 now open](https://www.papercall.io/eurorust-2023)
73+
* [CfP for EuroRust 2023 now open](https://www.papercall.io/eurorust-2023)
74+
* [video] [The Rust Project visualized with Gource](https://www.youtube.com/watch?v=Ds0Psk1YmOc)
5875

5976
## Crate of the Week
6077

0 commit comments

Comments
 (0)