97
Rust Container Cheat Sheet
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
This is outdatded. Mutexes don't allocate anymore. That's how
Mutex::new
can be const.