关于
This skill provides a standardized framework for implementing memory-safe systems code across multiple programming languages. It offers detailed implementation patterns for Resource Acquisition Is Initialization (RAII), ownership models, and smart pointer management to bridge the safety gap between C, C++, and Rust. By utilizing these patterns, developers can systematically eliminate common vulnerabilities such as buffer overflows, dangling pointers, and concurrent data races while maintaining the high performance required in systems-level engineering.