Registry / networking / os-pipe

os-pipe

JSON →
library1.2.3rscratesunverified

A cross-platform library for creating and using OS pipes, enabling inter-process communication.

# Cargo.toml [dependencies] os_pipe = "1.2.3"
INSTALL
IMPORT
SIG · OS-PIPE
O
os-pipe
networkingrustv1.2.3
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.

pipe
use os_pipe::pipe;

Creates a pipe and writes/reads data.

use os_pipe::pipe; let (mut reader, mut writer) = pipe().unwrap(); writer.write_all(b"hello").unwrap(); let mut buf = String::new(); reader.read_to_string(&mut buf).unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
os-pipe — cargo add os-pipe · libregistry