macro_rules! parse { ( $bytes:expr => |$parser_pat:pat| $action:expr ) => { ... }; }
Applies some action to a CtfParser applied to some bytes.
CtfParser