ssh-browser 0.0.1

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
//! Turn an SSH host into a real browser origin.

pub mod annot;
pub mod cache;
pub mod config;
pub mod control;
pub mod fs;
pub mod origin;
pub mod prefetch;
pub mod sftp;

#[cfg(test)]
mod testing;