pub mod gui; pub mod stream; pub mod voice; #[derive(Debug)] struct ClientConfig { server_address: String, }