Skip to main content

collect_targets

Function collect_targets 

Source
fn collect_targets(
    path: &Path,
    current_directory: &Path,
    main: &MainConfiguration,
    targets: &mut Vec<PathBuf>,
) -> Result<()>