1//! # Code for use with `std::io::{Read, Write}` 2#[cfg(feature = "io-read")] 3pub mod read; 4#[cfg(feature = "io-write")] 5pub mod write;