this post was submitted on 09 Sep 2023
        
      
      41 points (97.7% liked)
      Rust Programming
    9014 readers
  
      
      1 users here now
      
        founded 6 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.