distant 0.4.0

Operate on a remote computer through file and process manipulation
Documentation
1
2
3
4
5
6
/// Capacity associated with a client broadcasting its received messages that
/// do not have a callback associated
pub static CLIENT_BROADCAST_CHANNEL_CAPACITY: usize = 100;

/// Represents the length of the salt to use for encryption
pub static SALT_LEN: usize = 16;