named_pipe 0.4.0

Wrapper for overlapped (asyncronous) IO of Windows's named pipes
[dependencies.winapi]
features = ["errhandlingapi", "handleapi", "ioapiset", "minwindef", "namedpipeapi", "synchapi", "winbase", "winerror"]
version = "0.3"

[package]
authors = ["Anatoly Ikorsky <aikorsky@gmail.com>"]
description = "Wrapper for overlapped (asyncronous) IO of Windows's named pipes"
documentation = "https://blackbeam.github.io/named_pipe/named_pipe/index.html"
edition = "2018"
keywords = ["windows", "named", "pipes"]
license = "MIT OR Apache-2.0"
name = "named_pipe"
readme = "README.md"
repository = "https://github.com/blackbeam/named_pipe"
version = "0.4.0"
[profile.test]
debug = true
opt-level = 0