Comment by krater23

Comment by krater23 a day ago

1 reply

The big bloaty part it the rust toolchain, not the C toolchain. But this beside, you are now free from a C toolchain and have unmaintainable automatically generated unsafe Rust code. Don't see a win there.

IshKebab a day ago

The Rust toolchain is waaaay better than the C toolchain. Pretty much everyone agrees on that.

And yes the generated Rust code is going to be harder to maintain, but you aren't supposed to just run c2rust and then stop. It's a starting point for converting to idiomatic Rust.