crustc: entirety of `rustc`, translated to C
crustc is a C translation of the Rust compiler, allowing Rust code to be compiled to C. This project matters as it enables Rust code to be compiled on platforms without a Rust compiler. Engineers can use crustc to compile Rust code on systems where Rust is not natively supported. To stay updated, follow the project on GitHub.