peg 0.8.6

A simple Parsing Expression Grammar (PEG) parser generator.
Documentation
mod arithmetic;
mod arithmetic_ast;
mod arithmetic_infix;
mod arithmetic_infix_ast;
mod arithmetic_infix_ast_span;
mod arithmetic_with_left_recursion;
mod assembly_ast_dyn_type_param_bounds;
mod borrow_from_input;
mod bytes;
mod conditional_block;
mod crate_import;
mod custom_expr;
mod errors;
mod generic_fn_traits;
mod grammar_with_args_and_cache;
mod inject_span;
mod keyval;
mod lifetimes;
mod memoization;
mod no_eof;
mod optional;
mod pattern;
mod pos_neg_assert;
mod position;
mod raw_ident;
mod renamed_imports;
mod repeats;
mod return_type;
mod rule_args;
mod rule_generic;
mod rule_impl_use_bound;
mod rule_where_clause;
mod rust_use_tree;
mod test_hygiene;
mod tokens;
mod tokens_struct;
mod utf8;