78
submitted 6 days ago by neme@lemm.ee to c/rust@programming.dev
top 4 comments
sorted by: hot top controversial new old
[-] fxomt@lemmy.dbzer0.com 20 points 6 days ago

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

[-] sirdorius@programming.dev 12 points 6 days 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.

[-] Ephera@lemmy.ml 8 points 6 days ago

Damn, those pipes look useful. Can use them to send stdout from one command to the stdin of another, as you'd expect. But you can also easily send stuff to stdin from Rust code (and of course, easily read from stdout and stderr, too): https://doc.rust-lang.org/stable/std/io/fn.pipe.html#examples

[-] thingsiplay@beehaw.org 3 points 6 days 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.

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

Rust

6938 readers
22 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