rust-trait-api-design
Installation
SKILL.md
Rust Trait API Design
Use this skill to make Rust APIs generic where useful, concrete where simpler, and object-safe when dynamic dispatch is part of the design. Optimize for the smallest capability contract that callers and implementors can understand.