Skip to content

Commit cd77234

Browse files
authored
community update 589 (#6440)
1 parent 4f1f34a commit cd77234

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

draft/2025-03-05-this-week-in-rust.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,29 +30,42 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [Rust participates in Google Summer of Code 2025](https://blog.rust-lang.org/2025/03/03/Rust-participates-in-GSoC-2025.html)
34+
* [February Project Goals Update](https://blog.rust-lang.org/2025/03/03/Project-Goals-Feb-Update.html)
35+
* [Announcing Rustup 1.28.0](https://blog.rust-lang.org/2025/03/02/Rustup-1.28.0.html)
3336

3437
### Foundation
3538

3639
### Newsletters
40+
* [This Month in Rust OSDev: February 2025](https://rust-osdev.com/this-month/2025-02/)
3741
* [Rust Trends Issue #60](https://rust-trends.com/newsletter/from-dns-servers-to-json-speed-what-s-new-in-rust/)
3842
* [The Embedded Rustacean Issue #40](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-40)
3943

4044
### Project/Tooling Updates
45+
* [Announcing Wiremocket: Wiremock For Websockets](https://xd009642.github.io/2025/03/03/announcing-wiremocket-wiremock-for-websockets.html)
46+
* [A More Modular reqwest](https://seanmonstar.com/blog/modular-reqwest/)
4147

4248
### Observations/Thoughts
49+
* [The problem with type aliases](https://blog.polybdenum.com/2025/03/01/the-problem-with-type-aliases.html)
50+
* [Take a break: Rust match has fallthrough](https://huonw.github.io/blog/2025/03/rust-fallthrough/)
51+
* [Fast columnar JSON decoding with arrow-rs](https://www.arroyo.dev/blog/fast-arrow-json-decoding)
4352
* [Some things that make Rust lifetimes hard to learn](https://ntietz.com/blog/rust-lifetimes-learning/)
53+
* [Performance optimization, and how to do it wrong](https://genna.win/blog/convolution-simd/)
54+
* [Do not run any Cargo commands on untrusted projects](https://shnatsel.medium.com/do-not-run-any-cargo-commands-on-untrusted-projects-4c31c89a78d6)
55+
* [Cargo's missing stability guarantees](https://blog.weiznich.de/blog/cargo-instablity/)
4456
* [video] [Rust Under the Hood](https://www.youtube.com/watch?v=L8caNpK3Shs)
4557
* [video] [9 Rules for Porting Rust to the Browser](https://www.youtube.com/watch?v=i6dahKSnuUg)
4658

47-
* [Cargo's missing stability guarantees](https://blog.weiznich.de/blog/cargo-instablity/)
48-
4959
### Rust Walkthroughs
5060
* [The power of interning: making a time series database 2000x smaller in Rust](https://gendignoux.com/blog/2025/03/03/rust-interning-2000x.html)
61+
* [Lowering Top Level Items](https://thunderseethe.dev/posts/lowering-items/)
5162
* [Building a DNS Server in Rust: Part 1 of 2](https://rust-trends.com/posts/building-a-dns-server-in-rust/)
5263

5364
### Research
5465

5566
### Miscellaneous
67+
* [video] [Rust's Global Allocator](https://www.youtube.com/watch?v=TlkDwWGVZKg)
68+
* [video] [Vulkanised 2025: Shipping a Game with Vulkan and Rust in 100 Days](https://www.youtube.com/watch?v=EB-ARcAnZY4)
5669
* [video] [Creating a website on GitHub pages with mdBook](https://www.youtube.com/watch?v=x3vF9YiWBMQ)
5770

5871
* Please [nominate](https://cfp.gosim.org/spotlight-rust)

0 commit comments

Comments
 (0)