blob: 7a90969ac7d0c94d769e877c44d1a3044d2bbe9c [file] [log] [blame] [edit]
//! Re-exports of std values for when the std is available.
#[cfg(feature = "std")]
pub use std::io::{Error, ErrorKind, Read, Write};