#named-pipe

tokio-named-pipes

Windows named pipe bindings for tokio

1 unstable release

Uses old Rust 2015

0.1.0 Sep 26, 2018

#17 in #named-pipe

Download history 987/week @ 2024-07-20 742/week @ 2024-07-27 442/week @ 2024-08-03 1426/week @ 2024-08-10 805/week @ 2024-08-17 1017/week @ 2024-08-24 884/week @ 2024-08-31 703/week @ 2024-09-07 727/week @ 2024-09-14 948/week @ 2024-09-21 866/week @ 2024-09-28 290/week @ 2024-10-05 662/week @ 2024-10-12 705/week @ 2024-10-19 725/week @ 2024-10-26 538/week @ 2024-11-02

2,653 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.


lib.rs:

Tokio wrapper for windows named pipes.

Dependencies

~4.5MB
~66K SLoC