Function cenv_core::parser::parse_env

source ·
pub fn parse_env(
    env: &EnvContents,
    config: &Config
) -> Result<EnvContents, String>
Expand description

Core function which performs all parsing and returns results

This function accepts and returns the structs available in the utils module.