xitca-router 0.4.0

router for xitca
Documentation

A fork of 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.