Skip to content

Commit 11d981b

Browse files
committed
community links for issue 586
1 parent ce0ba3d commit 11d981b

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

draft/2025-02-12-this-week-in-rust.md

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

3232
### Official
33+
* [crates.io: development update](https://blog.rust-lang.org/2025/02/05/crates-io-development-update.html)
3334

3435
### Foundation
36+
* [Nell Shamrell-Harrington Elected as Rust Foundation Board of Directors Chair](https://rustfoundation.org/media/nell-shamrell-harrington-elected-as-rust-foundation-board-of-directors-chair/)
3537

3638
### Newsletters
39+
* [This Month in Rust OSDev: January 2025](https://rust-osdev.com/this-month/2025-01/)
3740

3841
### Project/Tooling Updates
39-
42+
* [Fyrox Game Engine 0.36](https://fyrox.rs/blog/post/fyrox-game-engine-0-36/)
4043
* [Nutype 0.6.0 - newtype with guarantees supports const functions now](https://github.com/greyblake/nutype/releases/tag/v0.6.0)
44+
* [Refined: simple refinement types for Rust](https://jordankaye.dev/posts/refined/)
4145

4246
### Observations/Thoughts
43-
* [Solving the ABA Problem in Rust: Tagged Pointers with Versioning](https://minikin.me/blog/solving-the-aba-problem-in-rust-tagged-pointers)
47+
* [A survey of every iterator variant](https://blog.yoshuawuyts.com/a-survey-of-every-iterator-variant)
48+
* [Updating a large codebase to Rust 2024](https://codeandbitters.com/rust-2024-upgrade/)
49+
* [How I learned to stop worrying and love the LLM](https://smallcultfollowing.com/babysteps/blog/2025/02/10/love-the-llm/)
50+
* [The Three Basic Rules of Safety Hygiene](https://jack.wrenn.fyi/blog/safety-hygiene/)
51+
52+
* [videa] [FOSDEM 2025 - Rust for Linux](https://fosdem.org/2025/schedule/event/fosdem-2025-6507-rust-for-linux/)
53+
* [video] [Bevy Meetup#1 - Alice - What the f*** is reflection?](https://www.youtube.com/watch?v=vxPKWb0dSqQ)
54+
* [video] [The case for sans-io](https://www.youtube.com/watch?v=RYHYiXMJdZI)
4455

4556
### Rust Walkthroughs
57+
* [First Steps in Game Development With Rust and Bevy](https://blog.jetbrains.com/rust/2025/02/04/first-steps-in-game-development-with-rust-and-bevy/)
58+
* [Provisioning TLS Certificates in Rust With ACME](https://www.shuttle.dev/blog/2025/02/06/provisioning-tls-certificates-with-acme-in-rust)
59+
* [Tip of the day #4: Type annotations on Rust match patterns](https://gaultier.github.io/blog/tip_of_the_day_4.html)
60+
* [From hours to 360ms: over-engineering a puzzle solution](https://blog.danielh.cc/blog/puzzle)
61+
* [Writing a Simple Driver in Rust](https://scorpiosoftware.net/2025/02/08/writing-a-simple-driver-in-rust/)
62+
* [Solving the ABA Problem in Rust with Tagged Pointers](https://minikin.me/blog/solving-the-aba-problem-in-rust-tagged-pointers)
63+
* [Mix in Rust with Java (or Kotlin!)](https://tweedegolf.nl/en/blog/147/mix-in-rust-with-java-or-kotlin)
64+
* [How to write DRY code in Rust](https://baarse.substack.com/p/how-to-write-dry-code-in-rust)
4665

4766
### Research
4867

0 commit comments

Comments
 (0)