//! # Common imports for asynchronous API
//!
//! Imports essential abstractions and a few of Tokio traits, that are required to work with
//! asynchronous I/O.
//!
//! ⚠ Incompatible with [`sync::prelude`](crate::sync::prelude)!
pub use crate;
pub use StreamExt;
pub use cratempmc;