diff --git a/draft/2025-07-30-this-week-in-rust.md b/draft/2025-07-30-this-week-in-rust.md index 89f60eed0..a8cb9fce4 100644 --- a/draft/2025-07-30-this-week-in-rust.md +++ b/draft/2025-07-30-this-week-in-rust.md @@ -39,17 +39,16 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [Embedded DHT Sensor Library](https://rust-dd.com/post/building-a-rust-library-for-dht11-sensor-a-step-by-step-guide) * [Rust eBooks Nightly: always up-to-date Rust books in EPUB, AZW3, MOBI, PDF](https://artur-sulej.github.io/rust-ebooks/) - -- [git-cliff 2.10.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.10.0) - +* [git-cliff 2.10.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.10.0) * [Nutype 0.6.2](https://github.com/greyblake/nutype/releases/tag/v0.6.2) - supports `derive_unsafe` attribute to derive arbitrary third party traits. ### Observations/Thoughts ### Rust Walkthroughs +* [Using ESP32 as a Rust Beginner](https://rust-dd.com/post/introduction-to-embedded-systems-with-rust-a-beginner-s-guide-using-esp32) * [The Signal Protocol Explained #2: Implementing the Double Ratchet Algorithm in Rust](https://kerkour.com/signal-protocol-double-ratchet-rust) - * [The Design and Implementation of Extensible Variants for Rust in CGP (Extensible Data Types Part 4)](https://contextgeneric.dev/blog/extensible-datatypes-part-4/) ### Research