transformable_channels 0.1.0

Rust channels are a convenient abstraction, but for many uses cases, they miss high-level transformations such as `map`, `filter`, ... . This crate introduces them.
Documentation
1
git branch gh-pages && git checkout gh-pages && cargo doc && cp -R target/doc ./ && git add doc/ && git commit -am Docpush && git push -f origin gh-pages && git checkout master && git branch -D gh-pages