find_components_from_disk

Function find_components_from_disk 

Source
pub fn find_components_from_disk<CT: ComponentType, P: AsRef<Path>>(
    location: P,
) -> Result<BTreeSet<Component<CT>>>
Expand description

List all the components that belong to corpus in the given directory.