Skip to main content
Run any Skill in Manus
with one click
GitHub repository

rust-skills

rust-skills contains 36 collected skills from huiali, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
36
Stars
36
updated
2026-02-09
Forks
6
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

rust-actor
computer-programmers

Actor model expert covering message passing, state isolation, supervision trees, deadlock prevention, fault tolerance, Actix framework, and Erlang-style concurrency patterns.

2026-02-09
rust-anti-pattern
computer-programmers

Rust anti-patterns and common mistakes expert. Handles code review issues with clone abuse, unwrap in production, String misuse, index loops, and refactoring guidance.

2026-02-09
rust-async-pattern
computer-programmers

Advanced async patterns expert covering Stream implementation, zero-copy buffers, tokio::spawn lifetimes, plugin system scheduling, tonic streaming, and async lifetime management.

2026-02-09
rust-async
computer-programmers

Advanced async patterns expert. Handles Stream processing, backpressure control, select/join operations, cancellation, Future trait implementation, and async runtime optimization.

2026-02-09
rust-auth
information-security-analysts

Authentication and authorization expert covering JWT, API keys, OAuth, RBAC, password hashing, distributed token storage, and session management patterns.

2026-02-09
rust-cache
software-developers

Caching and distributed storage expert covering Redis, connection pools, TTL strategies, cache patterns (Cache-Aside, Write-Through), invalidation, and performance optimization.

2026-02-09
rust-coding
computer-programmers

Rust coding conventions expert covering naming, formatting, comments, clippy, rustfmt, lints, code style, best practices, and idiomatic patterns.

2026-02-09
rust-concurrency
software-developers

Concurrency and async programming expert. Handles Send, Sync, threads, async/await, tokio, channels, Mutex, RwLock, deadlock prevention, and race condition debugging.

2026-02-09
rust-const
computer-programmers

Const generics and compile-time computation expert covering const fn, type-level computation, const evaluation, MaybeUninit arrays, and compile-time validation.

2026-02-09
rust-coroutine
computer-programmers

协程与绿色线程专家。处理 generator, suspend/resume, stackful coroutine, stackless coroutine, context switch, 协程, 绿色线程, 上下文切换, 生成器

2026-02-09
rust-distributed
computer-network-architects

分布式系统专家。处理 Raft, 2PC, 共识算法, 分布式事务, 分布式一致性, 分布式协调

2026-02-09
rust-dpdk
computer-programmers

用户态网络专家。处理 DPDK, 用户态驱动, 高性能网络, packet processing, 零拷贝, RSS 负载均衡

2026-02-09
rust-ebpf
computer-network-architects

eBPF 与内核模块专家。处理 eBPF program, kernel module, map, tail call, perf event, 跟踪, 内核探针, 性能分析

2026-02-09
rust-ecosystem
software-developers

Rust ecosystem expert covering crate selection, library recommendations, framework comparisons, async runtime choices (tokio, async-std), and common tools.

2026-02-09
rust-embedded
computer-programmers

嵌入式与 no_std 专家。处理 no_std, embedded-hal, 裸机开发, 中断, DMA, 资源受限环境等问题。触发词:no_std, embedded, embedded-hal, microcontroller, firmware, ISR, DMA, 嵌入式, 裸机

2026-02-09
rust-error-advanced
computer-programmers

深入错误处理专家。处理 Result vs Option, thiserror, anyhow, error context, library vs application errors, 错误处理, Result 用法, 什么时候用 panic

2026-02-09
rust-error
computer-programmers

Error handling expert covering Result, Option, panic strategies, custom error types with thiserror/anyhow, error propagation patterns, and context-rich error chains.

2026-02-09
rust-ffi
software-developers

FFI cross-language interop expert covering C/C++ bindings, bindgen, cbindgen, PyO3, JNI, memory layout, data conversion, and safe FFI patterns.

2026-02-09
rust-gpu
software-developers

GPU 内存与计算专家。处理 CUDA, OpenCL, GPU memory, compute shader, memory coalescing, zero-copy, 显存管理, 异构计算

2026-02-09
rust-learner
computer-programmers

Rust learning and ecosystem tracking expert covering version updates, new features, RFC tracking, crate updates, best practice evolution, and learning resources.

2026-02-09
rust-lifetime-complex
computer-programmers

Advanced lifetime expert covering HRTB, GAT, 'static bounds, trait object constraints, type system conflicts, and lifetime elision edge cases.triggers: - lifetime - HRTB - GAT - higher-ranked - 'static - trait object - one type is more general - lifetime conflict--- # Advanced Lifetime and Type System Expert ## Core Question **Why won't this type conversion compile?** The type system's boundaries are often surprising.

2026-02-09
rust-linear-type
computer-programmers

线性类型与资源管理专家。处理 Destructible, 资源清理, RAII, unique object, linear semantics, 线性语义, 资源所有权, 独占语义

2026-02-09
rust-macro
computer-programmers

Macro and procedural metaprogramming expert covering macro_rules!, derive macros, proc-macros, compile-time computation, and code generation patterns.

2026-02-09
rust-middleware
software-developers

Web middleware expert covering request tracking, CORS configuration, rate limiting, authentication guards, compression, and middleware composition patterns.

2026-02-09
rust-mutability
software-developers

Interior mutability expert covering Cell, RefCell, Mutex, RwLock patterns, borrow conflicts (E0596, E0499, E0502), and thread-safe mutation strategies.

2026-02-09
rust-ownership
software-developers

Ownership, borrowing, and lifetime expert. Handles compiler errors E0382, E0597, E0506, E0507, E0515, E0716, E0106 and provides systematic solutions for memory safety patterns.

2026-02-09
rust-performance
computer-programmers

Performance optimization expert covering profiling, benchmarking, memory allocation, SIMD, cache optimization, false sharing, lock contention, and NUMA-aware programming.

2026-02-09
rust-pin
computer-programmers

Pin and self-referential types expert covering Pin, Unpin, Future, async state machines, pinning projection, and memory stability guarantees.

2026-02-09
rust-resource
computer-programmers

智能指针与资源管理专家。处理 Box, Rc, Arc, Weak, RefCell, Cell, interior mutability, RAII, Drop, 堆分配, 引用计数, 智能指针

2026-02-09
rust-skill-index
software-developers

Rust 技能索引。提供所有技能的快速导航和查询入口。触发词:skill, index, 技能, 索引, 目录

2026-02-09
rust-skill
computer-programmers

Rust 编程专家技能。处理所有 Rust 相关问题:编译错误、所有权、生命周期、并发、async/await、性能优化等。触发词:Rust, cargo, 编译错误, ownership, borrow, lifetime, async, tokio, Send, Sync, Result, Error

2026-02-09
rust-type-driven
software-developers

Type-driven design expert covering newtype pattern, type state, PhantomData, marker traits, builder pattern, compile-time validation, sealed traits, and zero-sized types (ZST).

2026-02-09
rust-unsafe
software-developers

Unsafe code and FFI expert covering raw pointers (*mut, *const), FFI patterns, transmute, union,

2026-02-09
rust-web
software-developers

Rust web development expert covering HTTP frameworks (axum, actix), REST API design, handler patterns, state management, middleware, database integration, and domain-driven architecture.

2026-02-09
rust-xacml
software-developers

策略引擎、权限决策、RBAC、策略模式、责任链

2026-02-09
rust-zero-cost
computer-programmers

零成本抽象与泛型专家。处理泛型, trait, monomorphization, static dispatch, dynamic dispatch, impl Trait, dyn Trait, 泛型, 特征, 单态化, 零成本抽象

2026-02-09