Registry / utility / runnel

runnel

JSON →
library0.4.2rscratesunverified

Pluggable IO stream supporting stdio, string, in-memory pipe, and line pipe.

# Cargo.toml [dependencies] runnel = "0.4.2"
INSTALL
IMPORT
SIG · RUNNEL
R
runnel
utilityrustv0.4.2
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.

Runnel
use runnel::Runnel;

Creates a new pluggable IO stream and performs a write/read operation.

use runnel::Runnel; fn main() { let mut stream = Runnel::new(); stream.write(b"hello"); println!("Read: {:?}", stream.read()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
runnel — cargo add runnel · libregistry