//! MIO bindings for POSIX AIO
//!
//! # Feature Flags
//!
//! * `tokio` - Add extra methods needed for consumers to implement Tokio's
//! `AioSource` trait.
//!
//! # See Also
//!
//! * [`tokio-file`](https://docs.rs/tokio-file) - Tokio bindings that work atop
//! this crate. Much more useful to the typical user.
// This lint is unhelpful. See
// https://github.com/rust-lang/rust-clippy/discussions/14256
pub use ;
pub use Errno;