#tokio #pipes #named-pipe #named

tokio-named-pipes

Windows named pipe bindings for tokio

1 unstable release

Uses old Rust 2015

0.1.0 Sep 26, 2018

#1048 in Asynchronous

Download history 682/week @ 2023-10-16 923/week @ 2023-10-23 880/week @ 2023-10-30 774/week @ 2023-11-06 673/week @ 2023-11-13 721/week @ 2023-11-20 430/week @ 2023-11-27 503/week @ 2023-12-04 598/week @ 2023-12-11 631/week @ 2023-12-18 490/week @ 2023-12-25 349/week @ 2024-01-01 568/week @ 2024-01-08 573/week @ 2024-01-15 586/week @ 2024-01-22 433/week @ 2024-01-29

2,232 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
~63K SLoC