You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: draft/2025-02-12-this-week-in-rust.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,38 @@ and just ask the editors to select the category.
30
30
-->
31
31
32
32
### Official
33
+
*[crates.io: development update](https://blog.rust-lang.org/2025/02/05/crates-io-development-update.html)
33
34
34
35
### 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/)
35
37
36
38
### Newsletters
39
+
*[This Month in Rust OSDev: January 2025](https://rust-osdev.com/this-month/2025-01/)
37
40
38
41
### Project/Tooling Updates
39
-
42
+
*[Fyrox Game Engine 0.36](https://fyrox.rs/blog/post/fyrox-game-engine-0-36/)
40
43
*[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/)
41
45
42
46
### 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)
44
55
45
56
### 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)
0 commit comments