m04-zero-cost

Installation
SKILL.md

Zero-Cost Abstraction

Layer 1: Language Mechanics

Core Question

Do we need compile-time or runtime polymorphism?

Before choosing between generics and trait objects:

  • Is the type known at compile time?
  • Is a heterogeneous collection needed?
  • What's the performance priority?

Error → Design Question

Installs
6
First Seen
Jan 22, 2026
m04-zero-cost — goooice/rust-skills