Function parse_strict

Source
pub fn parse_strict(
    s: &str,
    commands: Vec<String>,
) -> Result<Vec<Comment>, StrictParseError>
Expand description

Parse a string into a vector of Comments, and check for unknown commands.