Showing 12 of 55092 results
sammcj/agentic-coding
Generates, refactors, and provides expert guidance for Rust programming tasks, offering specialized code generation and engineering support specific to the Rust ecosystem.
huiali/rust-skills
Expertly guides Rust developers through advanced error handling strategies, covering Result vs Option, thiserror, anyhow, and error context design principles.
huiali/rust-skills
Tracks Rust language updates, provides version management guidance, and helps developers stay current with the latest Rust ecosystem features and best practices.
huiali/rust-skills
Demonstrates advanced Rust lifetime management techniques with complex borrowing scenarios and ownership rules.
huiali/rust-skills
Manages Rust linear type resources with precise ownership, ensuring single-use semantics and preventing resource leaks or double-free errors.
huiali/rust-skills
Generates and manipulates Rust macros, handling declarative macros, derive macros, and procedural macros for metaprogramming and code generation.
pluginagentmarketplace/custom-plugin-rust
rust-macros skill from pluginagentmarketplace/custom-plugin-rust
huiali/rust-skills
Implements comprehensive Rust web middleware for request tracing, CORS configuration, rate limiting, and advanced middleware patterns.
huiali/rust-skills
Expertly manages Rust mutability challenges, resolving borrowing conflicts and providing safe interior mutability strategies across different contexts.
huiali/rust-skills
Expertly guides Rust developers through ownership, borrowing, and lifetime challenges, resolving complex memory management errors.