关于
This skill provides a comprehensive framework for building safe and reliable C-compatible APIs using Rust. It focuses on critical memory safety principles, including explicit ownership, pointer lifetime contracts, and opaque handle patterns to prevent system crashes and use-after-free errors. It is an essential resource for developers building polyglot systems where Rust libraries must be seamlessly and safely integrated into Go, Java, or C environments.