Envelope patterns: a text syntax parsed into a Pattern, run against an Envelope to yield the paths it matches and the captures it names. dCBOR patterns embed at the leaves (cbor(/…/)). Formatting the paths lives on /format.
Pattern
Envelope
cbor(/…/)
/format
Envelope patterns: a text syntax parsed into a
Pattern, run against anEnvelopeto yield the paths it matches and the captures it names. dCBOR patterns embed at the leaves (cbor(/…/)). Formatting the paths lives on/format.