pub fn parse(src: &str) -> CstDocumentExpand description
Parse a UTF-8 &str into a lossless CstDocument with the default
ParseOptions (depth guard DEFAULT_MAX_DEPTH). Never panics.
pub fn parse(src: &str) -> CstDocumentParse a UTF-8 &str into a lossless CstDocument with the default
ParseOptions (depth guard DEFAULT_MAX_DEPTH). Never panics.