axio 0.5.0

`std::io` for `no_std` environment
Documentation
1
2
3
4
5
6
7
8
9
10
mod chain;
mod copy;
mod cursor;
mod empty;
mod iofn;
mod repeat;
mod sink;
mod take;

pub use self::{chain::*, copy::*, cursor::*, empty::*, iofn::*, repeat::*, sink::*, take::*};