this post was submitted on 30 Nov 2023
37 points (97.4% liked)

Rust

7270 readers
27 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 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] unknowing8343@discuss.tchncs.de 3 points 2 years 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 ๐Ÿ˜…

[โ€“] anlumo@feddit.de 9 points 2 years 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.