Function parse_directory

Source
pub fn parse_directory<P>(path: P) -> Result<impl Iterator<Item = RegionFile>>
where P: AsRef<Path>,
Expand description

Create an iterator over the contents of a directory, allowing each region within to be parsed