Sibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 years agoWhy you might actually want async in your projectnotgull.netexternal-linkmessage-square8fedilinkarrow-up142arrow-down11cross-posted to: rust
arrow-up141arrow-down1external-linkWhy you might actually want async in your projectnotgull.netSibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 years agomessage-square8fedilinkcross-posted to: rust
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.