Re: Real World Results ?
There doesn’t need to be. C2Rust already does translation of actual .c files to Rust, and rust-bindgen translates header files to Rust (i.e. for calling the functions declared in that header file from Rust).
I have no idea why people would want to use an LLM for this when people have been doing it fine without one. Neither language is all that simple when you get into the details and I would be very surprised if an LLM could reliably turn one into the other.