1//! Re-exports of std values for when the std is available.
2#[cfg(feature = "std")]
3pub use std::io::{Error, ErrorKind, Read, Write};
4