From fd573768455bae5890761afc595e8436681ff8bf Mon Sep 17 00:00:00 2001 From: Dotan Nahum Date: Mon, 14 Oct 2024 13:54:32 +0300 Subject: [PATCH] example: demo README --- examples/demo/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 examples/demo/README.md diff --git a/examples/demo/README.md b/examples/demo/README.md new file mode 100644 index 000000000..52561c753 --- /dev/null +++ b/examples/demo/README.md @@ -0,0 +1,9 @@ +# Demo + +This app is a kitchensink for various capabilities and examples of the [Loco](https://loco.rs) project. + +# Example Listings + +## OpenAPI with `utoipa` + +See [src/controllers/responses.rs](src/controllers/responses.rs)