13
Replacing async_std by smol: What about stdin?
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
The readme for smol has an example for stdout. I assume stdin is the same:
And there is more information about how to use it for reading/writing on the Unblock docs.
Oh yeah, the docs even mention
Unblock<Stdin>
explicitely. Thanks a lot!