From 2cf1fcbafce4cb27c08d16cc5b8c5943299ed707 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sun, 14 Apr 2019 23:32:09 +0200 Subject: abnf_to_pest: Document roughly --- abnf_to_pest/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'abnf_to_pest') diff --git a/abnf_to_pest/src/lib.rs b/abnf_to_pest/src/lib.rs index 2924bf9..1b8fc9c 100644 --- a/abnf_to_pest/src/lib.rs +++ b/abnf_to_pest/src/lib.rs @@ -1,4 +1,7 @@ #![allow(clippy::implicit_hasher, clippy::or_fun_call)] + +//! A tiny crate that helps convert ABNF grammars to [pest][pest]. + use abnf::abnf::Rule; pub use abnf::abnf::{ Alternation, Concatenation, Element, Range, Repeat, Repetition, -- cgit v1.2.3