rust-unsafe-boundaries
Installation
SKILL.md
Rust Unsafe Boundaries
Use this skill to isolate unsafe Rust behind small, documented, testable boundaries. Unsafe code is acceptable only when a safe API cannot express the needed operation with acceptable correctness and performance.