this post was submitted on 27 Jan 2024
37 points (97.4% liked)

Rust

7170 readers
52 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
you are viewing a single comment's thread
view the rest of the comments
[–] raldone01@lemmy.world 3 points 2 years ago* (last edited 7 months ago)

For me the biggest issue is all the undefined behavior and unsafe memory.

Taking a look at libraries everyone uses where there are unsafe memory issues for years until someone finds them shows this quite nicely.