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

writing-rust

Stars4
Forks0
UpdatedJune 22, 2026 at 08:35

Idiomatic, version-current Rust review and authoring for an experienced engineer on edition 2024 / Rust 1.9x. Covers error handling (thiserror in libraries, anyhow in binaries, #[non_exhaustive], #[from]/transparent), API idioms the borrow checker won't catch (&str/&[T] params, From over Into, newtype, builder, sealed traits, making illegal states unrepresentable), async cancellation safety and non-Send-across-await with tokio, unsafe documentation, and the clippy/cargo-deny/[lints] tooling. Use when writing or reviewing Rust โ€” .rs files, Cargo.toml, traits, error enums, async โ€” or before committing Rust. Flags outdated forms (lazy_static, structopt, manual async-trait where AFIT works).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
7 files
SKILL.md
readonly