pub fn parse_with_options(src: &str, options: ParseOptions) -> CstDocumentExpand description
Parse a UTF-8 &str into a lossless CstDocument with explicit
ParseOptions (e.g. a custom nesting-depth guard). Never panics.
pub fn parse_with_options(src: &str, options: ParseOptions) -> CstDocumentParse a UTF-8 &str into a lossless CstDocument with explicit
ParseOptions (e.g. a custom nesting-depth guard). Never panics.