Skip to content

Commit 423deee

Browse files
committed
community updates issue 571
1 parent 49040ec commit 423deee

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,30 @@ and just ask the editors to select the category.
3636
### Newsletters
3737

3838
### Project/Tooling Updates
39+
* [Announcing Toasty, an async ORM for Rust](https://tokio.rs/blog/2024-10-23-announcing-toasty)
40+
* [gitoxide - October 2024](https://github.com/GitoxideLabs/gitoxide/discussions/1641)
3941

4042
### Observations/Thoughts
43+
* [Why You Shouldn't Arc a HashMap in Rust](https://packetandpine.com/blog/arc-mutex-hashmap-rust/)
44+
* [Implementing the Tower Service Trait](https://omarabid.com/tower-service)
45+
* [Best Practices for Derive Macro Attributes in Rust](https://w-graj.net/posts/rust-derive-attribute-macros/)
46+
* [Trimming down a rust binary in half](https://tech.dreamleaves.org/trimming-down-a-rust-binary-in-half/)
47+
* [A deep look into our new massive multitenant architecture](https://turso.tech/blog/a-deep-look-into-our-new-massive-multitenant-architecture)
48+
* [Unsafe Rust Is Harder Than C](https://chadaustin.me/2024/10/intrusive-linked-list-in-rust/)
49+
* [Generators with UnpinCell](https://without.boats/blog/generators-with-unpin-cell/)
50+
* [Which LLM model is best for generating Rust code?](https://blog.rust.careers/post/which_llm_is_best_at_rust/)
51+
* [Learnings from Contributing to the Rust Project](https://blog.shrirambalaji.com/posts/oss/rust/learnings-from-contributing-to-the-rust-project)
4152

4253
### Rust Walkthroughs
4354

4455
### Research
4556

4657
### Miscellaneous
58+
* [video] [Architecting a Rust Game Engine (with Alice Cecile)](https://pod.link/developer-voices/episode/c17465dd71701f9bea9a4a4acf52423e)
59+
* [video] [Gitoxide: What it is, and isn't - Sebastian Thiel](https://www.youtube.com/watch?v=r1LwDYtghPM)
60+
* [audio] [Rust vs. C++ with Steve Klabnik and Herb Sutter](https://softwareengineeringdaily.com/2024/10/23/rust-vs-c-with-steve-klabnik-herb-sutter/)
61+
* [The Rust Review: Starting a Rust Community](https://www.understandingrecruitment.com/knowledge-hub/blog/the-rust-review-starting-a-rust-community/)
62+
* [Rust Prism](https://registerspill.thorstenball.com/p/rust-prism)
4763

4864
## Crate of the Week
4965

0 commit comments

Comments
 (0)