Best-effort converter of stock cargo-style Rust tests into rudzio tests. Runs on a clean git tree, rewrites sources in place, keeps backups and pre-migration copies as block comments, and asks before wiring a shared runner.
//! Binary entry point. All orchestration lives in
//! `rudzio_migrate::run::entry` so the library surface and the
//! integration tests can drive the same flow.
usestd::process::ExitCode;userudzio_migrate::run;fnmain()-> ExitCode{run::entry()}