sshattrick 0.1.1

Hockey in your terminal over SSH.
Documentation
1
2
3
4
5
6
7
mod channel;
mod client;
mod server;
mod utils;

pub use crate::ssh::channel::SSHWriterProxy;
pub use crate::ssh::server::AppServer;