this post was submitted on 15 May 2025
80 points (98.8% liked)
Rust
6955 readers
48 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.