nb-connect 1.0.0

Non-blocking TCP or Unix connect
Documentation
[dev-dependencies.polling]
version = "1.0.2"

[package]
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Jayce Fayne <jayce.fayne@mailbox.org>"]
categories = ["asynchronous", "network-programming", "os"]
description = "Non-blocking TCP or Unix connect"
documentation = "https://docs.rs/nb-connect"
edition = "2018"
homepage = "https://github.com/stjepang/nb-connect"
keywords = ["TcpStream", "UnixStream", "socket2", "polling"]
license = "Apache-2.0 OR MIT"
name = "nb-connect"
readme = "README.md"
repository = "https://github.com/stjepang/nb-connect"
version = "1.0.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "ws2tcpip"]
version = "0.3.9"