rust-development

Installation
SKILL.md

Rust Development Skill

Patterns, templates, and procedures for building high-quality Rust applications and libraries. Based on Microsoft Pragmatic Rust Guidelines and Rust API Guidelines.

When to Use

  • Setting up a new Rust project or workspace
  • Configuring Cargo.toml with recommended lints and dependencies
  • Implementing error handling (library vs application)
  • Writing async code with tokio
  • Reviewing or writing unsafe code
  • Optimizing performance with benchmarks
  • Structuring a crate for public API quality

Procedure: New Project Setup

1. Initialize

Installs
1
Repository
navikt/copilot
GitHub Stars
54
First Seen
Jun 20, 2026
rust-development — navikt/copilot