Registry / utility / iowrap

iowrap

JSON →
library0.2.1rscratesunverified

Small helpers for using io::Read and io::Write traits more conveniently.

# Cargo.toml [dependencies] iowrap = "0.2.1"
INSTALL
IMPORT
SIG · IOWRAP
I
iowrap
utilityrustv0.2.1
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.

ReadExt
use iowrap::ReadExt;

Reads all bytes from stdin using the ReadExt extension.

use iowrap::ReadExt; let mut reader = std::io::stdin(); let data = reader.read_to_end().unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
iowrap — cargo add iowrap · libregistry