ruzstd/
io.rs

1//! Re-exports of std traits or local reimplementations if std is not available
2#[cfg(feature = "std")]
3pub use std::io::{Error, ErrorKind, Read, Write};