1
0
mirror of https://github.com/actix/examples synced 2025-08-21 14:25:37 +02:00

Merge pull request #1118 from baerwang/docs/example-openapi-rs

This commit is contained in:
baerwang
2025-08-10 13:38:58 +08:00
committed by GitHub
parent 0a076922ef
commit 94c4eca878

View File

@@ -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