this post was submitted on 30 Nov 2023
41 points (97.7% liked)

Rust

6049 readers
64 users here now

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

Wormhole

[email protected]

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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

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 ๐Ÿ˜…

[โ€“] [email protected] 10 points 1 year ago

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.