-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
Description
Compiler name
c2rust
Compiler version
trunk
Compiler language
C (input), Rust (output)
Compiler homepage
https://github.com/immunant/c2rust/releases
Motivation
C2Rust is a popular tool for folks that write Rust code and need to interoperate with C/C++ or migrate C code. For instance, if one has a inlined C function, c2rust can generate a functionally equivalent version that can be inserted directly into a Rust project (and cleaned up). C2Rust is currently available at c2rust.com but we (the c2rust maintainers) think the compiler-explorer interface would provide a much better user experience and would help with discoverability too.
ZuseZ4