pub fn get_tags_from_files(
    directory: &str
) -> Result<Vec<TaggedFile>, Box<dyn Error>>
Expand description

get_tags_from_files() recursively retrieves the tags of all files in a given directory.

Errors

This function errors if it fails to walk the given directory.