Skip to content

Commit 61cc3d2

Browse files
committed
community links for issue 602
1 parent 9f76195 commit 61cc3d2

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

draft/2025-06-04-this-week-in-rust.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,45 @@ and just ask the editors to select the category.
3333
-->
3434

3535
### Official
36+
* [Announcing five new members of the compiler team](https://blog.rust-lang.org/inside-rust/2025/05/30/compiler-team-new-members/)
37+
* [Redesigning the Initial Bootstrap Sequence](https://blog.rust-lang.org/inside-rust/2025/05/29/redesigning-the-initial-bootstrap-sequence/)
3638

3739
### Foundation
3840

3941
### Newsletters
4042

4143
### Project/Tooling Updates
44+
* [ICU4X 2.0 released!](https://blog.unicode.org/2025/05/icu4x-20-released.html)
45+
* [Freya 0.3](https://freyaui.dev/posts/0.3)
46+
* [godot-rust May 2025 dev update](https://godot-rust.github.io/dev/may-2025-update/)
4247
* [What's new in SeaORM 1.1.12](https://www.sea-ql.org/blog/2025-06-01-whats-new-in-sea-orm-1.1/)
43-
* [git-cliff 2.9.0 is released!](https://git-cliff.org/blog/2.9.0)
48+
* [git-cliff 2.9.0 is released!](https://git-cliff.org/blog/2.9.0/)
4449
* [Ratatui's "Rat in the Wild" Challenge](https://github.com/ratatui/ratatui/discussions/1886)
50+
* [rust-analyzer changelog #288](https://rust-analyzer.github.io/thisweek/2025/06/02/changelog-288.html)
4551

4652
### Observations/Thoughts
53+
* [parking_lot: ffffffffffffffff...](https://fly.io/blog/parking-lot-ffffffffffffffff/)
54+
* [How to deal with Rust dependencies](https://notgull.net/rust-dependencies/)
4755
* [In Praise of Shuttle: Oxidizing the Capibara Web API](https://justinwoodring.com/blog/rewriting-the-capibara-web-api-in-rust/)
4856
* [Reducing Cargo target directory size with -Zno-embed-metadata](https://kobzol.github.io/rust/rustc/2025/06/02/reduce-cargo-target-dir-size-with-z-no-embed-metadata.html)
4957
* [Designing Error Types in Rust Libraries](https://d34dl0ck.me/rust-bites-designing-error-types-in-rust-libraries/index.html)
50-
* [How we wrap external C and C++ libraries in Rust](https://www.evolvebenchmark.com/blog-posts/how-we-wrap-external-c-and-cpp-libraries-in-rust)
58+
* [Why Use Structured Errors in Rust Applications?](https://home.expurple.me/posts/why-use-structured-errors-in-rust-applications/)
59+
* [video] [The virtue of unsynn](https://www.youtube.com/watch?v=YtbUzIQw-so)
60+
* [audio] [Proxying is just dumb routing](https://sdr-podcast.com/episodes/proxying-is-just-dumb-routing/)
61+
* [audio] [David Lattimore - Faster Linker, Faster Builds](https://timclicks.dev/podcast/david-lattimore-faster-linker-faster-builds)
62+
* [audio] [Rust with Niko Matsakis](https://corrode.dev/podcast/s04e04-rust/)
63+
* [audio] [SWC with DongYoon Kang](https://rustacean-station.org/episode/dongyoon-kang/)
64+
* [audio] [AccessKit with Matt Campbell and Arnold Loubriat](https://rustacean-station.org/episode/accesskit-with-matt-campbell-and-arnold-loubriat/)
5165

5266
### Rust Walkthroughs
53-
67+
* [C++ to Rust Phrasebook](https://cel.cs.brown.edu/crp/)
68+
* [Async Traits Can Be Directly Backed By Manual Future Impls](https://blog.yoshuawuyts.com/async-traits-can-be-directly-backed-by-manual-future-impls/)
69+
* [How we structure our build.rs in Rust](https://www.evolvebenchmark.com/blog-posts/how-we-wrap-external-c-and-cpp-libraries-in-rust)
70+
* [video] [Start a new Bevy 2d Game with the Bevy CLI](https://www.youtube.com/watch?v=ez4oGeM3X2o)
5471
* [video] [Build with Naz : Parse non-slice input with nom](https://www.youtube.com/watch?v=3IzAweJGdZU)
5572

5673
### Research
74+
* [A first look at ROS 2 applications written in asynchronous Rust](https://arxiv.org/abs/2505.21323)
5775

5876
### Miscellaneous
5977
* [Rethinking Data Streaming With Rust And InfinyOn](https://filtra.io/rust/interviews/infinyon-jun-25)

0 commit comments

Comments
 (0)