Skip to content

Latest commit

 

History

History

examples

utoipa examples

This is folder contain a set of examples of utoipa library which should help people to get started with the library.

All examples have their own README.md, and can be seen using two steps:

  1. Run cargo run
  2. Browse to http://localhost:8080/swagger-ui/ or http://localhost:8080/redoc or http://localhost:8080/rapidoc.

todo-actix, todo-axum and rocket-todo have Swagger UI, Redoc, RapiDoc, and Scalar setup, others have Swagger UI if not explicitly stated otherwise.