this post was submitted on 05 Oct 2023
35 points (100.0% liked)

Rust

5960 readers
4 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 4 comments
sorted by: hot top controversial new old
[–] Knusper@feddit.de 18 points 1 year ago

Wow, I'm so happy about those panic message improvements. With the formatting before, most users' brain probably already melted while reading thread 'main' panicked and the custom message looked like it was just more tech lingo in the middle there.

In reality, that custom message is often the only info relevant for users, and really the most useful info for me, too.

[–] open_world@lemmy.world 8 points 1 year ago

Love the stabilization of div_ceil and some of the other unsigned integer functions. They definitely make writing some algorithmic code easier.

[–] snaggen@programming.dev 7 points 1 year ago (1 children)

So, I will finally be able to drop some deps and use the built-in chown. Nice!

[–] runiq@feddit.de 3 points 1 year ago

Yeah, I was also wondering how this wasn't in the stdlib already. Cheers!