1 2 3 4 5
mod structs; mod transfer; pub use structs::*; pub use transfer::{generate_transfer, generate_transfer_socat, get_hyprshell_path};