streamify 0.1.0

Conversions from values to Stream
Documentation
1
2
3
4
5
mod any;
mod future;

pub use any::from_any;
pub use future::from_future;