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

rust-idiomatic-patterns

Stars5
Forks0
UpdatedApril 1, 2026 at 07:57

Decisiones idiomáticas de Rust para escribir código limpio, seguro y eficiente. Destilado de experiencia real en proyectos de producción — no el libro de Rust, sino las reglas que realmente importan en el día a día. Activar cuando: - Escribiendo código Rust nuevo (funciones, structs, enums, módulos) - Revisando o refactorizando código Rust existente - Decidiendo entre &T vs String, clone vs borrow, dyn vs impl - Manejando errores con Result/Option - Diseñando APIs públicas o internas - Aplicando DRY, YAGNI, SoC, Fail-Fast en Rust - Escribiendo tests unitarios - Resolviendo warnings de clippy ACTIVAR cuando el usuario menciona: "Rust", "cargo", "ownership", "borrow", "lifetime", "Result", "Option", "unwrap", "clone", "trait", "impl", "enum", "struct", "clippy", "anyhow", "thiserror", "iterator", "flatMap", "collect", "Vec", "HashMap", "refactor Rust", "idiomatic", "best practice Rust", "code review Rust", "DRY Rust", "SoC Rust", "Fail Fast Rust". NO USAR para: Java, Python, JavaScript, o cualquier lenguaje que

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
4 files
SKILL.md
readonly