关于
This skill equips Claude with specialized knowledge of Microsoft's Pragmatic Rust FFI guidelines, enabling it to write robust, C-compatible Rust code. It provides standardized patterns for cross-language memory management, opaque handle creation, and ABI-safe data structures using repr(C). It is particularly useful for developers building dynamic libraries (cdylib), multi-DLL systems, or wrapping existing C/C++ libraries, ensuring that unsafe code blocks are properly documented and follow industry-standard memory safety protocols.