Hacker News new | ask | show | jobs
by FpUser 1191 days ago
Did I say move it to production? My question was that the generated code would me way more difficult to understand / modify than the original C.
1 comments

> Did I say move it to production?

It was implied in your comment.

The point of C2rust is that the artifacts it generates are extremely transient, they don’t get modified they get replaced and if the rustified version is awkward or hard to grok you just get the C version from Git to validate your understanding, because it’s the exact same thing.