pub fn parse(source: &[u8]) -> ParseResult<'_>
Expand description
Parses the given source string and returns a parse result.
ยงPanics
Panics if the parser fails to initialize.
pub fn parse(source: &[u8]) -> ParseResult<'_>
Parses the given source string and returns a parse result.
Panics if the parser fails to initialize.