|
|
|
|
|
by marcan_42
1663 days ago
|
|
You would have to prove that the Rust version is substantially similar to the C version, to an extent that wouldn't happen if someone who hadn't looked at the C code had written the Rust version purely from the spec/behavior. For example, significantly identical code flow, variable naming, or function structure would be red flags, especially if it's not the "obvious" implementation. |
|
Unlike for example, Java 1.5 and C# 2. I think at the time you could almost copy paste Java code into a C# and have it compile after tinkering with it for 2 minutes.