this post was submitted on 15 May 2025
78 points (98.8% liked)

Rust

6958 readers
1 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 3 comments
sorted by: hot top controversial new old
[โ€“] fxomt@lemmy.dbzer0.com 20 points 2 weeks ago

Never realized rust was 10 years old now. Happy birthday, may the next decade be more blazing fast ๐ŸŽ‰

[โ€“] sirdorius@programming.dev 11 points 2 weeks ago

Wow, 10 years is still pretty young! Most of the other consolidated languages are at least 30 years old. Will be interesting to see how this project evolves.

[โ€“] thingsiplay@beehaw.org 2 points 2 weeks ago

The anonymous pipes are neat. I am building a project (need to go back to it) which runs an external application. I remember getting stdout and stderr was a bit complicated. These pipes could simplify things a lot.