Crates.io | tokio-named-pipes |
lib.rs | tokio-named-pipes |
version | 0.1.0 |
source | src |
created_at | 2018-09-26 08:55:47.750186 |
updated_at | 2018-09-26 08:55:47.750186 |
description | Windows named pipe bindings for tokio. |
homepage | https://github.com/nikvolf/tokio-named-pipes |
repository | https://github.com/nikvolf/tokio-named-pipes |
max_upload_size | |
id | 86595 |
size | 19,082 |
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;
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.