tokio-named-pipes

Crates.iotokio-named-pipes
lib.rstokio-named-pipes
version0.1.0
sourcesrc
created_at2018-09-26 08:55:47.750186
updated_at2018-09-26 08:55:47.750186
descriptionWindows named pipe bindings for tokio.
homepagehttps://github.com/nikvolf/tokio-named-pipes
repositoryhttps://github.com/nikvolf/tokio-named-pipes
max_upload_size
id86595
size19,082
Nikolay Volf (NikVolf)

documentation

README

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.

Commit count: 19

cargo fmt