Closed nearest-river closed 1 month ago
just a silly question... Can I use indicatif in my tokio project?
You can. indicatif doesn't do enough API (only writing little bits to the terminal) that async is worth it, but all the (synchronous) locks in indicatif work just fine in async environments.
just a silly question... Can I use indicatif in my tokio project?