Docs.rs
read_line-0.0.1
read_line 0.0.1
Permalink
Docs.rs crate page
GPL-3.0-only
Links
crates.io
Source
Owners
TheOnlyRealTodd
Dependencies
Versions
66.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
read_
line
0.0.1
All Items
Crate Items
Functions
Crate
read_line
Copy item path
Source
Functions
ยง
read_
line
Reads a line of user input from stdin into a String and returns it. Panics on fail.
read_
line_
prompt
Prompts the user with the provided &str msg before calling read_line() to get a user input string