Procedural macros for marser.
marser
Prefer use marser::capture; (re-exported from the main crate). This crate is the proc-macro implementation; capture builds a marser::parser::capture::Capture parser from a grammar expression.
use marser::capture;
capture
marser::parser::capture::Capture
Capture
impl Parser