Registry / networking / named-pipe

named-pipe

JSON →
library0.4.1rscratesunverified

A wrapper for overlapped (asynchronous) I/O of Windows named pipes.

# Cargo.toml [dependencies] named_pipe = "0.4.1"
INSTALL
IMPORT
SIG · NAMED-PIPE
N
named-pipe
networkingrustv0.4.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.

PipeClient
✓ use named_pipe::PipeClient;

Connects to a Windows named pipe and sends data.

use named_pipe::PipeClient; let client = PipeClient::connect(r"\\.\pipe\test").unwrap(); client.write(b"hello").unwrap();
Debug
Known issues
gotchaWindows-only; will not compile on Unix.
fix
Use conditional compilation or a cross-platform alternative.
affects: >=0.0.0
Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Amazon
1
Resources