this post was submitted on 26 Jun 2024
95 points (100.0% liked)

Rust

5771 readers
16 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
 

Found this on Mastodon https://fosstodon.org/@dpom/112681955888465502 , and it is a very nice overview of the containers and their layout.

you are viewing a single comment's thread
view the rest of the comments
[–] sgued@programming.dev 10 points 2 months ago

This is outdatded. Mutexes don't allocate anymore. That's how Mutex::new can be const.