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.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-web- Source
- huiali/rust-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-web?
Rust Web 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发, 服务器, 路由 Source: huiali/rust-skills.
How do I install rust-web?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-web Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/huiali/rust-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01