Crates.io | futures-router-sink |
lib.rs | futures-router-sink |
version | |
source | src |
created_at | 2017-06-07 05:21:28.891588 |
updated_at | 2017-06-07 05:21:28.891588 |
description | A futures-rs sink capable of routing between two other sinks |
homepage | |
repository | https://github.com/Kintaro/futures-router-sink |
max_upload_size | |
id | 18062 |
Cargo.toml error: | TOML parse error at line 9, column 1 | 9 | travis-ci = { repository = "Kintaro/futures-router-sink" } | ^^^^^^^^^ unknown field `travis-ci`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
This library allows to combine two sinks into one.
Add this to your Cargo.toml
:
[dependencies]
futures-router-sink = { git = "https://github.com/Kintaro/futures-router-sink.git" }
extern crate futures_router_sink;
use futures_router_sink::{Route, RouterSink};
futures-router-sink
is distributed under the terms of the MIT license.
See LICENSE for details.