pluginagentmarketplace/custom-plugin-rust
rust-cli
Build professional CLI applications with clap and TUI
rust-docker
Master Docker containerization for Rust applications
rust-testing
Master Rust testing - unit tests, integration tests, mocking, and TDD
cargo-ecosystem
Master Cargo, testing, and Rust development tools
rust-wasm
Master WebAssembly with Rust - wasm-pack, wasm-bindgen, and browser integration
trait-generics
Master Rust traits, generics, and type system
rust-performance
Master Rust performance - profiling, benchmarking, and optimization
rust-macros
Master Rust macros - declarative and procedural macros
error-handling
Error handling patterns using wellcrafted trySync and tryAsync. Use when writing error handling code, using try-catch blocks, or working with Result types and graceful error recovery.
rust-concurrency
Master Rust concurrency - threads, channels, and parallel iterators
async-programming
Concurrent operations with asyncio and Tokio, focusing on race condition prevention, resource safety, and performance
ownership-borrowing
Master Rust's ownership, borrowing, and lifetime system