Skip to content
forked from Tobba/coreio

An alternative no_std I/O library for Rust

License

Notifications You must be signed in to change notification settings

QuiltOS/core-io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An alternative no_std I/O library for Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%