distant-core 0.13.1

Core library for distant, enabling operation on a remote computer through file and process manipulation
Documentation
1
2
3
4
5
6
7
8
mod distant;
mod port;
mod relay;
mod utils;

pub use self::distant::{DistantServer, DistantServerOptions};
pub use port::PortRange;
pub use relay::RelayServer;