socks5-protocol-async 0.2.3

Async I/O SOCKS5 protocol implementation
Documentation
# socks5-protocol-async

[![Build Status](https://travis-ci.org/MOZGIII/socks5-protocol-async.svg?branch=master)](https://travis-ci.org/MOZGIII/socks5-protocol-async)

An async/await implementation of SOCKS5 protocol components. Built of composable
pieces, and only takes care of binary serialization and deserialization,
allowing user to implement the backing logic.