# hyper-body-utils
A utility crate for handling hyper bodies.
## Description
**hyper-body-utils** is a small utility crate for handling hyper bodies.
## Install
```rust
hyper-body-utils = { version = "0.1.0", features = ["tokio-rt"] }
```
## Runtimes
* [tokio](https://github.com/tokio-rs/tokio)
* [smol](https://github.com/smol-rs/smol)
## Crate features
* tokio-rt (default)
* smol-rt
## License
Licensed under either of
* Apache License, Version 2.0
(LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
(LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
## Author
Rogerio Pereira Araujo <rogerio.araujo@gmail.com>