Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions draft/2025-01-29-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,33 +36,23 @@ and just ask the editors to select the category.
### Foundation
* [Rust Language Trademark Policy Updates, Explained](https://rustfoundation.org/media/rust-language-trademark-policy-updates-explained/)

### Newsletters

### Project/Tooling Updates
* [The Rust 2024 Edition takes shape](https://lwn.net/SubscriberLink/1002456/0d3c386d8c401be9/)
* [Defmt is going to 1.0](https://ferrous-systems.com/blog/defmt-1-0/)
* [rust-analyzer changelog #270](https://rust-analyzer.github.io/thisweek/2025/01/27/changelog-270.html)

- [git-cliff 2.8.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.8.0)
* [git-cliff 2.8.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.8.0)

### Observations/Thoughts
* [Musings on iterator trait names](https://blog.yoshuawuyts.com/musings-on-iterator-trait-names/)
* [audio] [Rahul Kumar: Why verify Rust's standard library?](https://timclicks.dev/podcast/rahul-kumar-why-verify-rusts-stdlib)
* [audio] [Volvo with Julius Gustavsson](https://corrode.dev/podcast/s03e08-volvo/)

* [The magic function](https://bitfieldconsulting.com/posts/magic-function)

* [Custom Equatability in Rust: Beyond the Standard Cases](https://minikin.me/blog/custom-equatability-in-rust)
* [audio] [Rahul Kumar: Why verify Rust's standard library?](https://timclicks.dev/podcast/rahul-kumar-why-verify-rusts-stdlib)
* [audio] [Volvo with Julius Gustavsson](https://corrode.dev/podcast/s03e08-volvo/)

### Rust Walkthroughs
* [Tips for Faster Rust CI Builds | corrode Rust Consulting](https://corrode.dev/blog/tips-for-faster-ci-builds/)

* [Hello async Rust](https://weipin.github.io/hello-async-rust/index.html)

### Research

### Miscellaneous

## Crate of the Week

This week's crate is [embed\_it](https://github.com/riberk/embed_it), a crate that helps you to embed assets into your binary and generates structs / trait implementations for each file or directory.
Expand Down Expand Up @@ -439,7 +429,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412

-->

Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1hynsw7/official_rrust_whos_hiring_thread_for_jobseekers/)

# Quote of the Week

Expand All @@ -455,4 +445,4 @@ Thanks to [Jonas Fassbender](https://users.rust-lang.org/t/twir-quote-of-the-wee

*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*

<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1idm0o8/this_week_in_rust_584/)</small>
Loading