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
@@ -50,17 +52,19 @@ and just ask the editors to select the category.
50
52
51
53
### Observations/Thoughts
52
54
*[Secure your Rust projects and improve the developer experience with Dev Containers](https://kerkour.com/rust-devcontainers)
53
-
55
+
*[Miri: Practical Undefined Behavior Detection for Rust](https://plf.inf.ethz.ch/research/popl26-miri.html)
54
56
*[Finding Alignment by Visualizing Music With Rust](https://positron.solutions/articles/finding-alignment-by-visualizing-music)
55
-
57
+
*[Rust GCC backend: Why and how](https://blog.guillaume-gomez.fr/articles/2025-12-15+Rust+GCC+backend%3A+Why+and+how)
58
+
56
59
### Rust Walkthroughs
57
60
*[Rust Unit Testing: File writing](https://jorgeortiz.dev/posts/rust_unit_testing_file_writing/)
58
61
*[Stop Losing Intent: Absent, Null, and Value in Rust](https://minikin.me/blog/presence-rs)
59
62
*[Getting started: How to Learn Embedded Rust for Beginners](https://blog.implrust.com/posts/2025/12/how-to-learn-embedded-rust/)
60
-
63
+
*[Writing a mockable Filesystem trait in Rust without RefCell](https://pyk.sh/blog/2025-12-15-writing-mockable-fs-in-rust-without-refcell)
61
64
*[series][The Impatient Programmer’s Guide to Bevy and Rust: Chapter 4 - Let There Be Collisions](https://aibodh.com/posts/bevy-rust-game-development-chapter-4/)
62
-
63
-
[hotpath-rs - CPU time vs wall-clock time: profiling async Rust](https://hotpath.rs/sampling_comparison)
65
+
*[Building Secure OTA Updates for ESP32 Over BLE with Rust](https://gill.net.in/posts/building-secure-ota-updates-for-esp32-over-ble-with-rust/)
66
+
*[Positional Memoization via Proc Macros in a Rust UI Framework](https://tessera-ui.github.io/blog/positional-memoization-via-proc-macros.html)
67
+
*[hotpath-rs - CPU time vs wall-clock time: profiling async Rust](https://hotpath.rs/sampling_comparison)
0 commit comments