Function parse_contest_yaml

Source
fn parse_contest_yaml(
    content: &str,
    filename: &str,
    directory: &str,
) -> Option<Vec<Contest>>