chaining 0.1.0

Adds chaining methods `tap` and `pipe` to every type
Documentation
1
2
3
4
5
mod pipe;
pub use pipe::*;

mod tap;
pub use tap::*;