get_config

Function get_config 

Source
pub fn get_config() -> Config
Expand description

Get the global configuration.

ยงExample

use tcp_handler::config::get_config;

let config = get_config();