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

Rust

5999 readers
46 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
top 2 comments
sorted by: hot top controversial new old
[โ€“] unknowing8343@discuss.tchncs.de 2 points 11 months 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 8 points 11 months 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.