Skip to content

Commit 2a03c77

Browse files
authored
Merge pull request #6048 from ojeda/lwn-rust
Rust LWN articles
2 parents 0167081 + c64f9eb commit 2a03c77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

draft/2024-10-30-this-week-in-rust.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ and just ask the editors to select the category.
4343
* [Meilisearch 1.11 - AI-powered search & federated search improvements](https://www.meilisearch.com/blog/meilisearch-1-11)
4444

4545
### Observations/Thoughts
46+
* [Toward safe transmutation in Rust](https://lwn.net/SubscriberLink/994334/d43e27786ad96a50/)
47+
* [The performance of the Rust compiler](https://lwn.net/SubscriberLink/995125/01e2791629e8f6bd/)
48+
* [A new approach to validating test suites](https://lwn.net/SubscriberLink/995276/298d2f5b0be5ac34/)
4649
* [Why You Shouldn't Arc a HashMap in Rust](https://packetandpine.com/blog/arc-mutex-hashmap-rust/)
4750
* [Implementing the Tower Service Trait](https://omarabid.com/tower-service)
4851
* [Best Practices for Derive Macro Attributes in Rust](https://w-graj.net/posts/rust-derive-attribute-macros/)
@@ -52,9 +55,9 @@ and just ask the editors to select the category.
5255
* [Generators with UnpinCell](https://without.boats/blog/generators-with-unpin-cell/)
5356
* [Which LLM model is best for generating Rust code?](https://blog.rust.careers/post/which_llm_is_best_at_rust/)
5457
* [Learnings from Contributing to the Rust Project](https://blog.shrirambalaji.com/posts/oss/rust/learnings-from-contributing-to-the-rust-project)
55-
5658
* [Dyn Box Vs. Generics](https://blog.veeso.dev/blog/en/dyn-box-vs-generics-in-rust/): What is the best approach for achieving conditional generics in Rust?
5759

60+
5861
### Rust Walkthroughs
5962

6063
- [Basic Integer Compression](https://blog.maguire.tech/posts/explorations/integercmp/)

0 commit comments

Comments
 (0)