Rust

Rust development process and idiomatic code review. Use when writing Rust code, reviewing Rust PRs, debugging ownership or lifetime issues, implementing error handling with thiserror/anyhow, or writing concurrent code. Also use when code uses `.unwrap()` liberally, Clone is used to satisfy the borrow checker, or lifetimes are explicit when they could be elided. Essential for async/await patterns, trait design, iterators, and clippy configuration. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/curphey--bosun--rust commit f89fccd24b

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-2