This library allows to combine two sinks into one.
Add this to your Cargo.toml
:
toml
[dependencies]
futures-router-sink = { git = "https://github.com/Kintaro/futures-router-sink.git" }
```rust extern crate futuresroutersink;
use futuresroutersink::{Route, RouterSink}; ```
futures-router-sink
is distributed under the terms of the MIT license.
See LICENSE for details.