rovo 0.4.8

A drop-in replacement for axum::Router with effortless OpenAPI documentation
Documentation
1
2
3
4
5
6
7
error: Status code 999 is out of valid range
       help: HTTP status codes must be between 100-599
       note: common codes: 200 (OK), 201 (Created), 400 (Bad Request), 404 (Not Found), 500 (Internal Error)
  --> tests/ui/invalid_status_code.rs:10:1
   |
10 | /// 999: Json<String> - Invalid status code
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^