Axum Test Server

[![crate](https://img.shields.io/crates/v/axum-test-server.svg)](https://crates.io/crates/axum-test-server) [![docs](https://docs.rs/axum-test-server/badge.svg)](https://docs.rs/axum-test-server)

Builds an Axum Server that will run on a random port it can find. One can then query the server with requests to get it to do things.