pub fn parse(input: &str) -> Result<Document, ParseError>Expand description
Parse a YAML string into an unvalidated Document.
Performs YAML deserialization and type mapping only. Does NOT validate document conformance or apply normalization.
pub fn parse(input: &str) -> Result<Document, ParseError>Parse a YAML string into an unvalidated Document.
Performs YAML deserialization and type mapping only. Does NOT validate document conformance or apply normalization.