Skip to content

Files

Latest commit

d522f74 · Jan 2, 2025

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 11, 2024
Dec 18, 2024
Dec 18, 2024
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Dec 18, 2024
Feb 19, 2024
Oct 14, 2024
Jan 2, 2025
Dec 18, 2024
Jan 2, 2025
Oct 14, 2024
Dec 18, 2024
Dec 18, 2024
Dec 18, 2024
Sep 12, 2024
Dec 18, 2024
Oct 13, 2024
Nov 2, 2024

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.

Even if there is no example for your favourite framework, utoipa can be used with any web framework which supports decorating functions with macros similarly to the warp and tide examples.

Community examples