polymer-core 0.1.0

Core traits for embedded async IO
1
2
3
4
5
6
7
8
9
mod buf_read;
mod cursor;
mod read;
mod void;
mod write;

pub use self::{
    buf_read::BufRead, cursor::Cursor, read::Read, void::void, write::Write,
};