cap-net-ext

Extension traits for `TcpListener`, `UdpSocket`, `Pool`, etc.

Github Actions CI Status crates.io page docs.rs docs

The `cap-net-ext` crate provides extension traits adding extra features to types such as [`TcpListener`], [`UdpSocket`], and [`Pool`]. It provides split-out operations corresponding to `socket`, `bind`, `listen`, `accept`, and `connect`, and it exposes more options for enabling non-blocking mode. [`TcpListener`]: https://docs.rs/cap-std/latest/cap_std/net/struct.TcpListener.html [`UdpSocket`]: https://docs.rs/cap-std/latest/cap_std/net/struct.UdpSocket.html [`Pool`]: https://docs.rs/cap-std/latest/cap_std/net/struct.Pool.html