parse_yaml

Function parse_yaml 

Source
pub fn parse_yaml(content: &str) -> Result<Yaml, ParseError>
Expand description

Parse a YAML string and return the document.