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 filecheck_dup_src- If true, the function will check for duplicately named source files