pub fn parse_file(path: &Path) -> Result<Vec<CronEntry>>
Parse crontab from file
Returns an error if file reading or parsing fails