vespera
✓使用 Vespera 構建 API - 適用於 Rust/Axum 的類似 FastAPI 的 DX。涵蓋路由處理程序、模式派生和 OpenAPI 生成。
SKILL.md
Vespera = FastAPI DX for Rust. Zero-config OpenAPI 3.1 generation via compile-time macro scanning.
| String, &str | string | | | i8-i128, u8-u128 | integer | | | f32, f64 | number | | | bool | boolean | | | Vec | array + items | | | Option | T (nullable context) | Parent marks as optional | | HashMap | object + additionalProperties | | | () | empty response | 204 No Content | | Custom struct | $ref | Must derive Schema |
| Path | path parameter | T can be tuple or struct | | Query | query parameters | Struct fields become params | | Json | requestBody | application/json | | Form | requestBody | application/x-www-form-urlencoded | | State | ignored | Internal, not API | | Extension | ignored | Internal, not API | | TypedHeader | header parameter | |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/dev-five-git/vespera --skill vespera- 分類
- </>開發工具
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 vespera?
使用 Vespera 構建 API - 適用於 Rust/Axum 的類似 FastAPI 的 DX。涵蓋路由處理程序、模式派生和 OpenAPI 生成。 來源:dev-five-git/vespera。
如何安裝 vespera?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/dev-five-git/vespera --skill vespera 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/dev-five-git/vespera
詳情
- 分類
- </>開發工具
- 來源
- skills.sh
- 收錄時間
- 2026-02-01