MISRust: Mapping MISRA-C++ Coding Guidelines to the Rust Programming Language
Summary
The paper MISRust maps MISRA-C++ 2023 guidelines to Rust, classifying their applicability and highlighting which rules are automatically enforced by Rust's safety features. It discusses safe versus unsafe Rust, proposes Rust-specific adaptations to preserve MISRA's intent, and provides open-source materials.