1//! Turn an SSH host into a real browser origin.
23pub mod annot;
4pub mod cache;
5pub mod config;
6pub mod control;
7pub mod fs;
8pub mod origin;
9pub mod prefetch;
10pub mod sftp;
11pub mod ssh_config;
12pub mod theme;
1314#[cfg(test)]
15mod testing;