·rust-web
</>

rust-web

huiali/rust-skills

Rust Web 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发, server, 路由

4安装·0热度·@huiali

安装

$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 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发, server, 路由 来源:huiali/rust-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/huiali/rust-skills --skill rust-web
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 rust-web?

Rust Web 开发专家。处理 axum, actix, HTTP, REST, API, 数据库, 状态管理等问题。触发词:web, HTTP, REST, API, axum, actix, handler, database, web开发, server, 路由 来源:huiali/rust-skills。

如何安装 rust-web?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/huiali/rust-skills --skill rust-web 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

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

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01