Registry / networking / tokio-named-pipes

tokio-named-pipes

JSON →
library0.1.0rscratesunverified

Windows named pipe bindings for tokio.

# Cargo.toml [dependencies] tokio-named-pipes = "0.1.0"
INSTALL
IMPORT
SIG · TOKIO-NAMED-PIPES
T
tokio-named-pipes
networkingrustv0.1.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.

NamedPipeServer
use tokio_named_pipes::NamedPipeServer;

Create a named pipe server on Windows.

use tokio_named_pipes::NamedPipeServer; let server = NamedPipeServer::new(r"\\.\pipe\test").unwrap(); println!("Server created");
Debug
Known issues
gotchaOnly works on Windows.
fix
Use conditional compilation or alternative for other platforms.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
tokio-named-pipes — cargo add tokio-named-pipes · libregistry