summaryrefslogtreecommitdiff
path: root/pest_consume_macros/src/lib.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename match_inputs to match_nodes to reflect new terminologyNadrieril2019-09-111-3/+3
* Rename various bits of the pest_consume APINadrieril2019-09-101-1/+1
* Avoid the use of drain_filter featureNadrieril2019-09-101-1/+0
* Use proc_macro_hack to avoid the need for the proc_macro_hygiene featureNadrieril2019-09-101-1/+1
* Rename parse_children to match_inputsNadrieril2019-09-101-3/+3
* Move pest_consume macros into their own crateNadrieril2019-09-091-0/+28