this post was submitted on 30 Nov 2023
37 points (97.4% liked)
Rust
7270 readers
25 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I get scared about Rust when reading about these things and I understand nothing.
Hopefully you don't need this knowledge to build something useful ๐
The idea is that these rules just do what you'd expect the language to do in those situations. The additional advantage of Rust is that if you're wrong, the consequences are just a compilation error, not a crashing program.