fast-rust

Practical guidance for writing, refactoring, and reviewing fast, reliable, and maintainable Rust code.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fast-rust" with this command: npx skills add ak1ra-komj/psiace-skills/ak1ra-komj-psiace-skills-fast-rust

fast-rust

Concise guidance for high-quality Rust engineering, balancing correctness, maintainability, and performance.

Purpose and Triggers

  • Writing new code, refactoring, reviewing, or designing public APIs/CLIs.
  • Rust or files with .rs.
  • Prefer clear boundaries, error semantics, and evolvability.

Decision Order

  1. Correctness and clear boundaries
  2. Readability and maintainability
  3. Extensibility and evolution cost
  4. Performance and optimization

Workflow

  1. Locate the relevant topic below.
  2. Apply the guidance and examples.
  3. Read the reference if you need more detail.

Topics

TopicGuidanceReference
Error DesignDesign error boundaries and semantics before propagationreferences/error-design.md
CompilationOptimize build time and release performance with measured changesreferences/compilation-optimization.md
Type ExerciseType-level exercise for expression engines and dispatchreferences/type-exercise.md

References

  • Each topic file lists source URLs in frontmatter urls.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

friendly-python

No summary provided by upstream source.

Repository SourceNeeds Review
General

modular-go

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

developing-bash-scripts

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

developing-ansible

No summary provided by upstream source.

Repository SourceNeeds Review