[][src]Function debcontrol::parse_str

pub fn parse_str(input: &str) -> Result<Vec<Paragraph>, SyntaxError>

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.