Skip to content
An alternative no_std I/O library for Rust
Branch: master
Clone or download
Pull request Compare This branch is 18 commits ahead, 1 commit behind Tobba:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
.travis.yml
Cargo.toml
LICENSE
README.md

README.md

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.

You can’t perform that action at this time.