Wednesday, September 11, 2024

C => Rust ?

 The US has planned their move to Rust (it's wild) - YouTube theo-t3.gg

Translating All C to Rust @ DARPA
(TRACTOR)
Dr. Dan Wallach


immunant/c2rust: Migrate C code to Rust @GitHub

C2Rust helps you migrate C99-compliant code to Rust. The translator (or transpiler), c2rust transpile, produces unsafe Rust code that closely mirrors the input C code. The primary goal of the translator is to preserve functionality; test suites should continue to pass after translation.


No comments: