Function envset::read_env_file

source ยท
pub fn read_env_file(
    file_path: &str,
) -> Result<(HashMap<String, String>, Vec<String>), Error>