hyper-unix-connector 0.1.4

Use hyper with unix-domain sockets
Documentation

Connect hyper servers and clients to Unix-domain sockets.

Most of this crate's functionality is borrowed from hyperlocal. This crate supports async/await, while hyperlocal does not (yet).

See [UnixClient] and [UnixConnector] for examples.