pub fn parse_yaml(content: &str) -> Result<Yaml, ParseError>
Parse a YAML string and return the document.