李偏偏
Community@huiali · beijing
biu,biu
Agent Skills by 李偏偏
Showing 39 vetted skills indexed across 1 GitHub repositories.
rust-skill
Route Rust programming queries to specialized sub-skills for precise guidance.
rust-error
Guide Rust error handling with Result, Option, panic, and custom error types.
rust-actor
Implement the actor model in Rust with message passing and supervision.
rust-embedded
Develop embedded Rust firmware using no_std and embedded-hal.
rust-distributed
Implement Raft consensus and distributed system patterns in Rust.
rust-ownership
Diagnose Rust ownership, borrowing, and lifetime compiler errors.
rust-async-pattern
Implement Tokio-based async supervision and graceful shutdown patterns in Rust.
rust-const
Write Rust const functions and const generics for compile-time computation.
rust-auth
Implement JWT, API key, password hashing, and RBAC authentication in Rust services.
rust-ffi
Generate safe Rust FFI bindings for C and C++ libraries.
rust-zero-cost
Explain Rust zero-cost abstractions and compile-time versus runtime polymorphism.
rust-skill-index
Index and route Rust programming skills by problem domain and error type.
rust-macro
Design, implement, and debug Rust declarative and procedural macros.
rust-resource
Guide Rust smart pointer selection for single-threaded and multi-threaded scenarios.
rust-middleware
Composes middleware for Rust web frameworks including authentication, rate limiting, and CORS.
rust-unsafe
Analyze Rust unsafe code blocks and FFI interactions for soundness.
rust-web
Develop Rust web services and HTTP APIs with Axum and Actix-web.
rust-lifetime-complex
Resolve complex Rust lifetime issues involving HRTB, GAT, and trait objects.
rust-error-advanced
Guide Rust error handling with Result, Option, panic, thiserror, and anyhow.
rust-performance
Profile Rust code with perf, flamegraph, and heaptrack to diagnose performance bottlenecks.
rust-database
Guide Rust database interactions with SQLx, Diesel, and SeaORM.
rust-async
Guide advanced asynchronous Rust patterns for production services.
rust-linear-type
Enforce linear type semantics and resource management in Rust using ownership, RAII, and the Drop trait.
rust-xacml
Implement XACML and RBAC policy-based authorization in Rust.