Sibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 年前Why you might actually want async in your projectnotgull.netexternal-linkmessage-square8fedilinkarrow-up142arrow-down11cross-posted to: [email protected]
arrow-up141arrow-down1external-linkWhy you might actually want async in your projectnotgull.netSibbo@sopuli.xyz to Rust Programming@lemmy.ml · 2 年前message-square8fedilinkcross-posted to: [email protected]
minus-squareanlumo@feddit.delinkfedilinkarrow-up3·2 年前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.
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.