Docs.rs
read-stdin-1.1.1
read-stdin 1.1.1
Docs.rs crate page
02 August 2026
Links
Repository
crates.io
Source
Owners
local-interloper
Dependencies
Versions
57.14%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Crate read_stdin
read_
stdin
1.1.1
All Items
Crate Items
Functions
Crate
read_
stdin
Copy item path
Source
Functions
ยง
once
Read user input from
stdin
and try to parse it into a generic type.
prompt
Creates a CLI prompt and asks the user for input.
prompt_
until_
ok
Creates a CLI prompt and repeatetly asks the user for input until their input is of valid type.
read_
stdin
Deprecated
read_
stdin_
until_
ok
Deprecated
until_
ok
Read user input from
stdin
and try to parse it into a generic type. I will keep prompting the user for input until they enter data that properly parses.