We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22472d commit f084f91Copy full SHA for f084f91
README.md
@@ -0,0 +1,6 @@
1
+# core-io [](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