futures-router-sink

This library allows to combine two sinks into one.

Build Status

Usage

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}; ```

License

futures-router-sink is distributed under the terms of the MIT license.

See LICENSE for details.