parse_zone_file

Function parse_zone_file 

Source
pub fn parse_zone_file(
    i: &[u8],
) -> IResult<&[u8], ZoneFile<Vec<u8>>, Error<&[u8]>>