# rr-mux A Request Response Multiplexer implementation, this provides an abstract connector type that allows asynchronous sending of requests and responses and an associated implementation. ## Status [![GitHub tag](https://img.shields.io/github/tag/ryankurte/rust-rr-mux.svg)](https://github.com/ryankurte/rust-rr-mux) [![Build Status](https://travis-ci.com/ryankurte/rust-rr-mux.svg?branch=master)](https://travis-ci.com/ryankurte/rust-rr-mux) [![Crates.io](https://img.shields.io/crates/v/rr-mux.svg)](https://crates.io/crates/rr-mux) [![Docs.rs](https://docs.rs/rr-mux/badge.svg)](https://docs.rs/rr-mux) [Open Issues](https://github.com/ryankurte/rust-rr-mux/issues)