pub fn find_components_from_disk<CT: ComponentType, P: AsRef<Path>>( location: P, ) -> Result<BTreeSet<Component<CT>>>
List all the components that belong to corpus in the given directory.