socketpair 0.5.0

Cross-platform socketpair functionality
Documentation
[package]
name = "socketpair"
version = "0.5.0"
description = "Cross-platform socketpair functionality"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
keywords = ["io"]
categories = ["rust-patterns"]
repository = "https://github.com/sunfishcode/socketpair"
readme = "README.md"

[dependencies]
unsafe-io = "0.5.0"

[target.'cfg(not(windows))'.dependencies]
posish = "0.5.11"
libc = "0.2.82"

[target.'cfg(windows)'.dependencies]
uuid = { version = "0.8.1", features = ["v4"] }
winapi = { version = "0.3.9", features = ["handleapi", "namedpipeapi", "std", "winerror"] }

[dev-dependencies]
anyhow = "1.0.38"

[badges]
maintenance = { status = "actively-developed" }