rust-web
✓Rust Web 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发,服务器, 路由
Installation
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 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发,服务器, 路由 Source : huiali/rust-skills.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/huiali/rust-skills --skill rust-web- Source
- huiali/rust-skills
- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-01
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que rust-web ?
Rust Web 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发,服务器, 路由 Source : huiali/rust-skills.
Comment installer rust-web ?
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/huiali/rust-skills --skill rust-web Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/huiali/rust-skills
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-01