|
|
|
|
|
by masklinn
1192 days ago
|
|
The goal of C2rust is not to provide a usable code base per se, it’s to provide a convenient base for conversion: once the project is in unsafe rust it can be managed entirely via rust tooling and is hopefully a lot easier to finish up than if you keep having to redefine bindings as you move code from C to Rust. C2rust is a springboard, if you move C2rust-Ed code to production you’re doing it very wrong. |
|
Not that it’s a good idea, but I could see a scenario where it would be worthwhile.