Function parse_config

Source
pub fn parse_config(
    path: &str,
    check_dup_src: bool,
) -> (BuildConfig, Vec<TargetConfig>)
Expand description

This function is used to parse the config file of local project

ยงArguments

  • path - The path to the config file
  • check_dup_src - If true, the function will check for duplicately named source files