Skip to content

Commit f084f91

Browse files
authored
Create README.md
1 parent f22472d commit f084f91

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# core-io [![Build Status](https://travis-ci.org/QuiltOS/core-io.svg?branch=master)](https://travis-ci.org/QuiltOS/core-io)
2+
3+
`core-io` is an alternative `no_std` I/O library for Rust.
4+
Unlike `std::io`, it uses an associated error type instead of baking in a single `io::Error`.
5+
This way it supports a wider variety of implementees and only depend on `core`.
6+
Other than that difference, it seeks to match `std::io`'s traits as closely as possible.

0 commit comments

Comments
 (0)