···33//! The purpose of this module is to alleviate imports of many common I/O traits
44//! by adding a glob import to the top of I/O heavy modules:
55//!
66-//! ```
77-//! # #![allow(unused_imports)]
88-//! use mycelium_util::io::prelude::*;
99-//! ```
106pub use super::{BufRead, Read, Seek, Write};