//! Provides functionality related to asynchronous IO, including concrete
//! ready to use structs such as [`StubbornTcpStream`] as well as
//! the [`UnderlyingIO` trait](UnderlyingIo) and [`StubbornIO` struct](StubbornIo)
//! needed to create custom stubborn io types yourself.
pub use ;
pub use StubbornTcpStream;