route-pattern 0.2.0

A parser and matcher for route patterns
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: src/nom_parser.rs
expression: "parse(\"<re1>foobar<a<1,5>foo>foo3<re11>\", '<',\n                '>').finish().map(serialize).unwrap()"
---
- "remaining:[]"
- - "regex:re1"
  - "text:foobar"
  - "regex:a<1,5>foo"
  - "text:foo3"
  - "regex:re11"