1 unstable release

Uses old Rust 2015

0.1.0 Sep 26, 2018

#4 in #bindings-for-tokio

Download history 2772/week @ 2025-12-21 2396/week @ 2025-12-28 1956/week @ 2026-01-04 1434/week @ 2026-01-11 2508/week @ 2026-01-18 2516/week @ 2026-01-25 2399/week @ 2026-02-01 1250/week @ 2026-02-08 3115/week @ 2026-02-15 3224/week @ 2026-02-22 11429/week @ 2026-03-01 9697/week @ 2026-03-08 3366/week @ 2026-03-15 4432/week @ 2026-03-22 5103/week @ 2026-03-29 4878/week @ 2026-04-05

18,305 downloads per month
Used in 47 crates (5 directly)

MIT/Apache

8KB
127 lines

tokio-named-pipes

Build status

Documentation

A library for integrating Windows Named Pipes with tokio.

# Cargo.toml
[dependencies]
tokio-named-pipes = { git = "https://github.com/NikVolf/tokio-named-pipes", branch = "stable" }

Next, add this to your crate:

extern crate tokio_named_pipes;

License

tokio-named-pipes is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

Dependencies

~5MB
~69K SLoC