RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
kashiro 6442cd5045 Initial Axum + Vue fullstack template. vor 1 Woche
..
README.md Initial Axum + Vue fullstack template. vor 1 Woche
openapi.json Initial Axum + Vue fullstack template. vor 1 Woche

README.md

contracts

openapi.json is the generated API contract.

It is not hand-written. The Axum router (utoipa-axum + #[utoipa::path]) is the source of truth.

just generate-api

That dumps the spec here and rewrites apps/web/src/api/generated.ts.