http-adapter-surf 0.2.1

HTTP adapter implementation for surf
Documentation
# http-adapter-surf

[![Build Status](https://github.com/twistedfall/http-adapter-surf/actions/workflows/http-adapter-surf.yml/badge.svg)](https://github.com/twistedfall/http-adapter-surf/actions/workflows/http-adapter-surf.yml)
[![Documentation](https://docs.rs/http-adapter-surf/badge.svg)](https://docs.rs/http-adapter-surf)
[![Crates.io](https://img.shields.io/crates/v/http-adapter-surf)](https://crates.io/crates/http-adapter-surf)
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)

[Support the project]https://github.com/sponsors/twistedfall | [Documentation]https://docs.rs/http-adapter-surf


## Usage

Run:
```shell
cargo add http-adapter-surf
```
Or add to your Cargo.toml:
```toml
[dependencies]
http-adapter-surf = "0.2.1"
```

## HTTP adapter implementation for [`surf`]https://crates.io/crates/surf

For more details refer to [`http-adapter`](https://crates.io/crates/http-adapter)

## License

LGPL-3.0