futures-router-sink

Crates.iofutures-router-sink
lib.rsfutures-router-sink
version
sourcesrc
created_at2017-06-07 05:21:28.891588
updated_at2017-06-07 05:21:28.891588
descriptionA futures-rs sink capable of routing between two other sinks
homepage
repositoryhttps://github.com/Kintaro/futures-router-sink
max_upload_size
id18062
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`
size0
Simon Wollwage (Kintaro)

documentation

https://docs.rs/futures-router-sink

README

futures-router-sink

This library allows to combine two sinks into one.

Build Status

Usage

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

License

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

See LICENSE for details.

Commit count: 11

cargo fmt