ena::config
pub fn read_json<T>(path: &str) -> T where T: DeserializeOwned,
Read a json file
path
use ena::config::*; let config: Config = read_json(config_path);