# axum-safe-path
[](https://choosealicense.com/licenses/mit/)
[](https://crates.io/crates/axum-safe-path)
[](https://docs.rs/axum-safe-path)
Traversal-safe version of the [`axum::extract::Path`]. Can be wrapped in
[`axum::Json`] or [`axum::Form`]. The usage is straightforward; here's an
[example][].
## Contributing
Please run [.pre-commit.sh] before sending a PR, it will check everything.
## License
This project is licensed under the [MIT license][license].
[.pre-commit.sh]:
https://github.com/imbolc/axum-safe-path/blob/main/.pre-commit.sh
[example]: https://github.com/imbolc/axum-safe-path/blob/main/examples/usage.rs
[license]: https://github.com/imbolc/axum-safe-path/blob/main/LICENSE