arxivcs.SEcs.OScs.PL2026-07-30
From C to Idiomatic Rust: A Ship-of-Theseus Agentic Translation
C underpins operating systems, embedded platforms, and network infrastructure because its abstractions map directly to machine behaviour. Its explicit memory model, predictable data representations, and minimal runtime allow compilers to generate fast, deterministic code. These p…