this post was submitted on 09 Sep 2023
40 points (97.6% liked)
Rust Programming
8154 readers
3 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.