CLAUDE.md Template

Rust CLI

CLAUDE.md for Rust CLI tools (clap + tokio).

Install

manual
cp rust-cli.md project/CLAUDE.md

Add this to your Claude Code MCP settings or run via the CLI.

About

Conventions for clap arg parsing, tokio async patterns, anyhow vs thiserror error handling rules, cargo-dist release setup.

Common use cases

  • Build a CLI tool
  • Async Rust app
  • Cross-platform release

Tags

rustcliasynctooling