Sibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 years agoWhy you might actually want async in your projectnotgull.netexternal-linkmessage-square8fedilinkarrow-up141arrow-down11cross-posted to: [email protected][email protected][email protected]
arrow-up140arrow-down1external-linkWhy you might actually want async in your projectnotgull.netSibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 years agomessage-square8fedilinkcross-posted to: [email protected][email protected][email protected]
minus-squareanlumo@feddit.delinkfedilinkarrow-up3·2 years agoWell, CLI tools fall under that category, and they’re not exactly rare to be written in Rust these days. My most recent one had to use tokio anyways due to a library crate that used it (rtnetlink). Luckily, I don’t mind that at all.
Well, CLI tools fall under that category, and they’re not exactly rare to be written in Rust these days.
My most recent one had to use tokio anyways due to a library crate that used it (rtnetlink). Luckily, I don’t mind that at all.