pub mod client; pub mod gio; // Main API pub use client::Client; // Global defaults pub const DEFAULT_PORT: u16 = 1965;