parse_root_dir_name

Function parse_root_dir_name 

Source
fn parse_root_dir_name(
    s: Option<&str>,
    default: Option<PathBuf>,
) -> Option<PathBuf>
Expand description

A helper function to parse the directory name for a root directory.

If the directory specified in the configuration file is an empty string, then it will be considered as None.