distant-protocol 0.20.0

Protocol library for distant, providing data structures used between the client and server
Documentation
mod change;
mod cmd;
mod error;
mod filesystem;
mod metadata;
mod permissions;
mod pty;
mod search;
mod system;
mod version;

pub use change::*;
pub use cmd::*;
pub use error::*;
pub use filesystem::*;
pub use metadata::*;
pub use permissions::*;
pub use pty::*;
pub use search::*;
pub use system::*;
pub use version::*;

/// Id for a remote process
pub type ProcessId = u32;