pub fn parse_abnf(data: &str) -> Result<IndexMap<String, PestyRule>, Error>
Expand description

Parse an abnf file. Returns a map of rules.