From 94c4eca8785a839d4536746ddc58c946cd81d153 Mon Sep 17 00:00:00 2001 From: baerwang Date: Sun, 10 Aug 2025 13:38:58 +0800 Subject: [PATCH] Merge pull request #1118 from baerwang/docs/example-openapi-rs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1639f72..ac432817 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [gcs-proxy](https://github.com/guaychou/gcs-proxy): A Google Cloud Storage download proxy - [Actix-Web Shuttle Template](https://github.com/sentinel1909/shuttle-templat-actix): A somewhat opinionated template for getting started with an Actix Web API and hosting it on Shuttle. - [trieve](https://github.com/devflowinc/trieve): All-in-one infrastructure for building search, recommendations, and RAG. +- [openapi-rs](https://github.com/baerwang/openapi-rs/tree/main/examples/actix-web): This project adds a middleware layer to Actix Web using openapi-rs, enabling automatic request validation and processing based on OpenAPI 3.1 specifications. It helps ensure that the server behavior strictly follows the OpenAPI contract ## Community Articles, Example Apps, Starters & Boilerplate Projects