pub fn parse_root(input: &str) -> Result<RootNamespace, ParseError>Expand description
Parse full input; must consume entire input. Strips UTF-8 BOM if present.
pub fn parse_root(input: &str) -> Result<RootNamespace, ParseError>Parse full input; must consume entire input. Strips UTF-8 BOM if present.