sink-splitter 0.1.0

An input Sink that routes each item to one of many output sinks
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -e

cargo test --lib
cargo test --doc
cargo clippy
cargo fmt -- --write-mode=diff
cargo readme -o README.md