hyper-body-utils 0.1.9

Utilities for handling HTTP bodies with hyper
Documentation
# hyper-body-utils

[![Crates.io downloads](https://img.shields.io/crates/d/hyper-body-utils)](https://crates.io/crates/hyper-body-utils) [![crates.io](https://img.shields.io/crates/v/hyper-body-utils?style=flat-square)](https://crates.io/crates/hyper-body-utils) [![Build Status](https://github.com/ararog/hyper-body-utils/actions/workflows/rust.yml/badge.svg?event=push)](https://github.com/ararog/hyper-body-utils/actions/workflows/rust.yml) ![Crates.io MSRV](https://img.shields.io/crates/msrv/hyper-body-utils) [![Documentation](https://docs.rs/hyper-body-utils/badge.svg)](https://docs.rs/hyper-body-utils/latest/hyper_body_utils) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ararog/hyper-body-utils/blob/main/LICENSE.md)  [![codecov](https://codecov.io/gh/ararog/hyper-body-utils/graph/badge.svg?token=T0HSBAPVSI)](https://codecov.io/gh/ararog/hyper-body-utils)

**hyper-body-utils** is a small utility crate for handling hyper bodies.

## Install

```toml
hyper-body-utils = { version = "0.1.6" }
```

## Runtimes

* [tokio](https://github.com/tokio-rs/tokio)
* [smol](https://github.com/smol-rs/smol)

## 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>