rust-ffi-safe-wrappers
Installation
SKILL.md
Rust FFI Safe Wrappers
Use this skill to wrap foreign interfaces in Rust APIs that make ownership, lifetimes, errors, and cleanup explicit. FFI code should be unsafe at the raw boundary and safe for normal Rust callers.