Skip to main content

parse_root

Function parse_root 

Source
pub fn parse_root(input: &str) -> Result<RootNamespace, ParseError>
Expand description

Parse full input; must consume entire input. Strips UTF-8 BOM if present.