//! Network implementation
/// Async implementation
/// Sync or blocking implementation
pub
pub
pub use Codec;
pub use Mode;
/// If no data is received within this period of seconds, consider the Insim connection to be lost.
pub const DEFAULT_TIMEOUT_SECS: u64 = 70;