pub fn init(config: Config) -> Result<(Client, Server), Error>
Entrypoint for this module; it sets up the Client and Server structs and establishes a connection to the configured server.
Client
Server