devproxy 0.1.0

A local development proxy for testing different network conditions
<!-- Allow this file to not have a first line heading -->
<!-- markdownlint-disable-file MD041 no-emphasis-as-heading -->

<!-- inline html -->
<!-- markdownlint-disable-file MD033 -->

<div align="center">

<!--- FIXME: Pick an emoji and name your project! --->
# `🌐 devproxy`

<!--- FIXME: Write short catchy description/tagline of project --->
A local development proxy for testing different network conditions
<!--- FIXME: Update crate, repo and CI workflow names here! Remove any that are not relevant --->

[![Crates.io](https://img.shields.io/crates/v/devproxy.svg)](https://crates.io/crates/devproxy)
[![Docs](https://docs.rs/devproxy/badge.svg)](https://docs.rs/devproxy)
[![Build status](https://gitea.in.carlg.tech/CarlG/devproxy/actions/workflows/rust-ci.yml/badge.svg)](https://gitea.in.carlg.tech/CarlG/devproxy/actions)
</div>

## Contributing

[![Contributor Covenant](https://img.shields.io/badge/contributor%20covenant-v1.4-ff69b4.svg)](CODE_OF_CONDUCT.md)

We welcome community contributions to this project.

Please read our [Contributor Guide](CONTRIBUTING.md) for more information on how to get started.
Please also read our [Contributor Terms](CONTRIBUTING.md#contributor-terms) before you make any contributions.

Any contribution intentionally submitted for inclusion in devproxy, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:

### License

This contribution is dual licensed under EITHER OF

- Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT license ([LICENSE-MIT]LICENSE-MIT or <http://opensource.org/licenses/MIT>)

at your option.

For clarity, "your" refers to CarlG or any other licensee/user of the contribution.