abnf_to_pest 0.1.2

A tiny crate that helps convert ABNF grammars to pest
Documentation
[dependencies.abnf]
version = "0.1.2"

[dependencies.indexmap]
version = "1.0.2"

[dependencies.itertools]
version = "0.8.0"

[dependencies.pretty]
version = "0.5.2"

[lib]
doctest = false

[package]
authors = ["Nadrieril <nadrieril@users.noreply.github.com>"]
description = "A tiny crate that helps convert ABNF grammars to pest"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "abnf_to_pest"
readme = "README.md"
repository = "https://github.com/Nadrieril/dhall-rust"
version = "0.1.2"