xitca-router

Crates.ioxitca-router
lib.rsxitca-router
version0.3.0
sourcesrc
created_at2023-12-29 01:40:12.247731
updated_at2024-07-24 19:55:44.378763
descriptionrouter for xitca
homepage
repositoryhttps://github.com/HFQR/xitca-web
max_upload_size
id1082884
size86,645
(fakeshadow)

documentation

README

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.
Commit count: 1381

cargo fmt