actix-web/actix-router
Maarten Deprez d604bcc851
Support deserializing paths to sequences for multi-component (eg. tail) matches (#3432)
* Support deserializing paths to sequences for multi-component (eg. tail) matches

* Support deserializing paths to sequences: use "/{tail}*" syntax

* some fixes

* make `size_hint` work properly

* fix for tuple struct

---------

Co-authored-by: Yuki Okushi <huyuumi.dev@gmail.com>
2026-04-18 17:40:25 +00:00
..
benches chore(actix-http): prepare release 3.11.1 2025-08-26 07:28:27 +01:00
src Support deserializing paths to sequences for multi-component (eg. tail) matches (#3432) 2026-04-18 17:40:25 +00:00
CHANGES.md Support deserializing paths to sequences for multi-component (eg. tail) matches (#3432) 2026-04-18 17:40:25 +00:00
Cargo.toml chore(router): release v0.5.4 (#3938) 2026-02-18 19:03:41 +09:00
LICENSE-APACHE update to router 0.5.0 beta (#2339) 2021-08-06 22:42:31 +01:00
LICENSE-MIT update to router 0.5.0 beta (#2339) 2021-08-06 22:42:31 +01:00
README.md build(deps): bump time from 0.3.45 to 0.3.46 (#3893) 2026-01-28 08:10:27 +00:00

README.md

actix-router

crates.io Documentation Version MIT or Apache 2.0 licensed
dependency status Download Chat on Discord

Resource path matching and router.