mayrlabs-language-rust

Installation
SKILL.md

MayR Labs Rust Doctrine

Purpose

To scaffold unbreakable backend systems by leaning into Rust's strictest compiler guarantees without unnecessary verbosity.

Audience

AI Agents scaffolding high-performance CLIs, backends, and system tools in Rust.

Core Rules & Constraints

1. Minimal Unsafe

  • The unsafe block is virtually banned. Unless interacting with a low-level FFI (Foreign Function Interface), rely strictly on safe Rust guarantees.

2. Error Propagation

Installs
2
First Seen
Apr 8, 2026
mayrlabs-language-rust — mayr-labs/skills