console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.31k stars 143 forks source link

Add support for asynchronous non-blocking I/O. #304

Open Karenina-na opened 6 months ago

Karenina-na commented 6 months ago

I greatly appreciate the interactive input functionality provided by this project. I'm curious if there are plans for future support of asynchronous features such as Tokio for async input. If not, could you recommend any input libraries capable of handling non-blocking asynchronous stdout? Thank you.