·rust-web
</>

rust-web

huiali/rust-skills

Rust Web: Web, HTTP, REST, API, Axum, Actix, handler, database, web,服务器, 路由

4Installationen·0Trend·@huiali

Installation

$npx skills add https://github.com/huiali/rust-skills --skill rust-web

SKILL.md

| axum | 现代、 Tokio 生态、类型安全 | 新项目首选 | | actix-web | 高性能、Actor 模式 | 高性能需求 | | rocket | 开发者友好、零配置 | 快速原型 |

| JSON 序列化 | #[derive(Serialize, Deserialize)] + serde | | 配置管理 | config crate + env 文件 | | 日志 | tracing + tracing-subscriber | | 健康检查 | GET /health 端点 | | CORS | towerhttp::cors | | 限流 | tower::limit | | OpenAPI | utoipa |

| 状态在 handler 之间共享 | Rc 非线程安全 | 用 Arc | | 异步 handler 持有锁 | 可能死锁 | 缩小锁范围 | | 错误没传播 | Handler 返回错误 | 实现 IntoResponse | | 大请求体 | 内存压力 | 设置大小限制 |

Rust Web: Web, HTTP, REST, API, Axum, Actix, handler, database, web,服务器, 路由 Quelle: huiali/rust-skills.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/huiali/rust-skills --skill rust-web
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-01
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist rust-web?

Rust Web: Web, HTTP, REST, API, Axum, Actix, handler, database, web,服务器, 路由 Quelle: huiali/rust-skills.

Wie installiere ich rust-web?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/huiali/rust-skills --skill rust-web Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/huiali/rust-skills