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