nb-connect 1.2.0

Non-blocking TCP or Unix connect
Documentation
[dependencies.socket2]
features = ["all"]
version = "0.4.0"
[dev-dependencies.polling]
version = "2.0.0"

[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/smol-rs/nb-connect"
keywords = ["TcpStream", "UnixStream", "socket2", "polling"]
license = "Apache-2.0 OR MIT"
name = "nb-connect"
repository = "https://github.com/smol-rs/nb-connect"
version = "1.2.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.77"