console-rs / dialoguer

Rust utility library for nice command line prompts and similar things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for asynchronous non-blocking I/O.

Karenina-na opened this issue · comments

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.