retty 0.2.0

Retty — an asynchronous Rust networking framework that makes it easy to build protocols, application clients/servers.
Documentation
<h1 align="center">
 <a href="https://retty.io"><img src="https://raw.githubusercontent.com/retty-io/retty/master/docs/retty.io.png" alt="Retty"></a>
 <br>
</h1>
<p align="center">
 <a href="https://github.com/retty-io/retty/actions"> 
  <img src="https://github.com/retty-io/retty/workflows/retty/badge.svg">
 </a> 
 <a href="https://codecov.io/gh/retty-io/retty"> 
  <img src="https://codecov.io/gh/retty-io/retty/branch/master/graph/badge.svg">
 </a>
 <a href="https://deps.rs/repo/github/retty-io/retty"> 
  <img src="https://deps.rs/repo/github/retty-io/retty/status.svg">
 </a>
 <a href="https://crates.io/crates/retty"> 
  <img src="https://img.shields.io/crates/v/retty.svg">
 </a> 
 <a href="https://docs.rs/retty"> 
  <img src="https://docs.rs/retty/badge.svg">
 </a>
 <a href="https://doc.rust-lang.org/1.6.0/complement-project-faq.html#why-dual-mitasl2-license">
  <img src="https://img.shields.io/badge/license-MIT%2FApache--2.0-blue" alt="License: MIT/Apache 2.0">
 </a>
</p>
<p align="center">
 <a href="https://retty.io">Retty</a> is an asynchronous Rust networking framework that makes it easy to build protocols, application clients/servers.
</p>
<p align="center">
It's like <a href="https://netty.io">Netty</a> or <a href="https://github.com/facebook/wangle">Wangle</a>, but in Rust.
</p>