Never realized rust was 10 years old now. Happy birthday, may the next decade be more blazing fast ๐
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
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
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.
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.