api-version 0.3.3

Axum middleware to add a version prefix to request paths based on a set of versions and an optional `x-api-version` header
Documentation
1
2
3
4
5
6
7
8
9
10
edition = "2021"

max_width       = 100
reorder_imports = true
reorder_modules = true

unstable_features   = true
comment_width       = 100
imports_granularity = "Crate"
wrap_comments       = true