Function get_config

Source
pub fn get_config() -> ServerConfig
Expand description

Gets the global configuration.

ยงExample

use tcp_server::config::get_config;

let config = get_config();