Skip to main content

parse_with_options

Function parse_with_options 

Source
pub fn parse_with_options(src: &str, options: ParseOptions) -> CstDocument
Expand description

Parse a UTF-8 &str into a lossless CstDocument with explicit ParseOptions (e.g. a custom nesting-depth guard). Never panics.