[][src]Function abnf_to_pest::parse_abnf

pub fn parse_abnf(data: &[u8]) -> Result<IndexMap<String, PestyRule>, Error>

Parse an abnf file. Returns a map of rules.