Skip to main content

purple_ssh/runtime/
mod.rs

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 env;
5pub mod helpers;
6pub mod launcher;