Async-Stdin
Read from stdin over a Tokio channel
This is useful for interactive programs that read from stdin while waiting for other events to occur.
Usage
Add this to your Cargo.toml:
[]
= "0.3.1"
You can read from stdin like so:
use recv_from_stdin;
async