axum-test 16.4.0

For spinning up and testing Axum servers
Documentation
# Cargo
/target/
/examples/*/target
Cargo.lock

# Backup files generated by rustfmt
**/*.rs.bk

# Local todo file
/todo.txt
/todo.md

# MacOS
.DS_Store

*.swp

# IDE folders
.idea
.vscode

# Environment files (just in case)
.env
.env*