AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
C to Rust - Is That Really What I Want?
C is a really good fit for transpiling into Rust. C does strange things with arrays that Rust, of course, doesn't let you do. When we can, we try to make it as close to what a human would have come up with. That said, there's a long way to go. We're not targeting machine readable output. Many transpilers target machine code. But the goal is very much to have a readable starting point or at least a human readable and transformable starting point, even if it is ugly.