ssh-browser 0.2.0

Open files on an SSH host as a real browser origin.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Turn an SSH host into a real browser origin.

pub mod cache;
pub mod config;
pub mod control;
pub mod fs;
pub mod origin;
pub mod prefetch;
pub mod sftp;
pub mod ssh_config;
pub mod theme;

#[cfg(test)]
mod testing;