RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1234567891011
  1. # contracts
  2. `openapi.json` is the generated API contract.
  3. It is not hand-written. The Axum router (`utoipa-axum` + `#[utoipa::path]`) is the source of truth.
  4. ```bash
  5. just generate-api
  6. ```
  7. That dumps the spec here and rewrites `apps/web/src/api/generated.ts`.