About
A comprehensive guide for building robust, memory-safe systems software without the overhead of a garbage collector. This skill provides expert implementation patterns for Rust's core concepts, including the ownership and borrowing system, thread-safe concurrency, and efficient async programming. It offers specialized guidance on handling unsafe code, interfacing with foreign functions (FFI), and leveraging memory sanitizers to ensure production-grade reliability and near-native performance across CLI tools, network services, and low-level hardware interfaces.