Docs.rs
better_input-0.0.1
better_input 0.0.1
Permalink
Docs.rs crate page
MIT
01 August 2026
Links
crates.io
Source
Owners
Kat-zorn
Dependencies
Versions
66.67%
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 better_input
better_
input
0.0.1
All Items
Crate Items
Functions
Crate
better_
input
Copy item path
Source
Functions
§
readline
Reads a line from stdin() and returns up to max characters in a String.
readlines
Reads lines from stdin() until the maximum of characters is met. Do keep in mind that \n’s and on Windows \r’s too also count towards the charcter count.