xitca-router 0.4.0

router for xitca
Documentation
1
2
3
4
5
6
7
8
9
# A fork of [matchit]https://github.com/ibraheemdev/matchit

## Compare to matchit
- Pros
  - clean public types with no lifetime pollution. (easier to pass params around) 
  - 100% safe Rust. (unsafe code still used through dependencies)
- Cons
  - immutable router value.
  - potentially slower in micro benchmark.