Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 449 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 449 Bytes

core-io Build Status

core-io is an alternative no_std I/O library for Rust. Unlike std::io, it uses an associated error type instead of baking in a single io::Error. This way it supports a wider variety of implementees and only depend on core. Other than that difference, it seeks to match std::io's traits as closely as possible.