//! Traits, helpers, and type definitions for core I/O functionality.
//!
//! By default, this module simply re-exports the parts of [`std::io`] that are
//! used by binrw. In `no_std` environments, a compatible subset API is exposed
//! instead.
pub use BufReader;
;
pub use *;
pub use NoSeek;
pub use ;
pub use *;