1// Runtime support for the binary entry. Hosts the helpers that previously 2// lived in src/main.rs so library code can reach them without the bin crate 3// having to re-export them across the lib/bin boundary. 4pub mod helpers; 5pub mod launcher;