use-stdin
Synchronous stdin primitives for RustUse CLI-adjacent code.
This crate provides small read helpers and marker types. It does not assume an async runtime or interactive UI framework.
Example
use Cursor;
use read_to_string_from;
let input = read_to_string_from?;
assert_eq!;
# Ok::
Scope
Use this crate for testable, synchronous stdin-adjacent helpers.