runnel 0.4.0

the pluggable io stream. now support: stdio, string io, in memory pipe, line pipe
Documentation
1
2
3
4
5
6
7
8
9
10
11
//!
//! The implementation for [`StreamIn`], [`StreamOut`], [`StreamErr`]
//!
//! [`StreamIn`]: crate::StreamIn
//! [`StreamOut`]: crate::StreamOut
//! [`StreamErr`]: crate::StreamErr
//!
pub mod linepipeio;
pub mod pipeio;
pub mod stdio;
pub mod stringio;