Unnamed Skill

"""Best practices and patterns for writing idiomatic Rust code.

$ インストール

git clone https://github.com/majiayu000/claude-skill-registry /tmp/claude-skill-registry && cp -r /tmp/claude-skill-registry/skills/development/rust-best-practice ~/.claude/skills/claude-skill-registry

// tip: Run this command in your terminal to install the skill


name: rust-best-practice description: """Best practices and patterns for writing idiomatic Rust code. Including:

  • most popular thrid party crates."""

Third party crates

Fetch https://lib.rs/ for popular and well-maintained crates. Prefer crates with high download counts and recent updates.