Skip to main content

parse_str

Function parse_str 

Source
pub fn parse_str(input: &str) -> Result<Vec<Paragraph<'_>>, SyntaxError<'_>>
Expand description

Parse the given complete control file into paragraphs.

This function does not work for partial input. The entire control file must be passed in at once.