rust-skill-index
快速导航
| 类别 | 技能数量 | 用途 |
|---|---|---|
| 核心技能 | 7 | 日常开发必备 |
| 进阶技能 | 10 | 深入理解 Rust |
| 专家技能 | 18 | 疑难杂症专项 |
| 总计 | 38 |
核心技能(必学)
| 技能 | 文件 | 描述 |
|---|---|---|
| rust-skill | rust-skill/SKILL.md |
Rust 编程总览与核心概念 |
| rust-ownership | rust-ownership/SKILL.md |
所有权与生命周期 |
| rust-mutability | rust-mutability/SKILL.md |
可变性深入 |
| rust-concurrency | rust-concurrency/SKILL.md |
并发编程基础 |
More from huiali/rust-skills
rust-performance
Performance optimization expert covering profiling, benchmarking, memory allocation, SIMD, cache optimization, false sharing, lock contention, and NUMA-aware programming.
17rust-anti-pattern
Rust anti-patterns and common mistakes expert. Handles code review issues with clone abuse, unwrap in production, String misuse, index loops, and refactoring guidance.
14rust-actor
Actor model expert covering message passing, state isolation, supervision trees, deadlock prevention, fault tolerance, Actix framework, and Erlang-style concurrency patterns.
13rust-type-driven
Type-driven design expert covering newtype pattern, type state, PhantomData, marker traits, builder pattern, compile-time validation, sealed traits, and zero-sized types (ZST).
13rust-ecosystem
Rust ecosystem expert covering crate selection, library recommendations, framework comparisons, async runtime choices (tokio, async-std), and common tools.
13rust-ffi
FFI cross-language interop expert covering C/C++ bindings, bindgen, cbindgen, PyO3, JNI, memory layout, data conversion, and safe FFI patterns.
13