# hyperdriver: Tools and libraries which help out [hyper](https://hyper.is/)
[![crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
[![Build Status][build-image]][build-link]
![MIT licensed][license-image]
- Server with graceful shutdown, HTTP/2 and TLS support.
- Client with HTTP/2 and TLS support.
- Streams which can dispatch between TCP, Unix domain, and in-process duplex sockets.
- A unifying Body type
- Serivce discovery
- Bridge between Tokio and Hyper
[crate-image]: https://buildstats.info/crate/hyperdriver
[crate-link]: https://crates.io/crates/hyperdriver
[docs-image]: https://docs.rs/hyperdriver/badge.svg
[docs-link]: https://docs.rs/hyperdriver/
[build-image]: https://github.com/alexrudy/hyperdriver/actions/workflows/ci.yml/badge.svg
[build-link]: https://github.com/alexrudy/hyperdriver/actions/workflows/ci.yml
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg