Kintaro / futures-router-sink

A futurs-rs Sink capable of routing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A futurs-rs Sink capable of routing

License:MIT License


Languages

Language:Rust 100.0%