Registry / utility / stdinix

stdinix

JSON →
library0.3.0rscratesunverified

Utility function to reduce boilerplate for reading from stdin

# Cargo.toml [dependencies] stdinix = "0.3.0"
INSTALL
IMPORT
SIG · STDINIX
S
stdinix
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

read_stdin
use stdinix::read_stdin;

Reads all input from stdin into a string

use stdinix::read_stdin; fn main() { let input = read_stdin().unwrap(); println!("You entered: {}", input); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
stdinix — cargo add stdinix · libregistry