matchit
A high performance, zero-copy URL router.
0.9.2
407M downloads/mo
#285 most downloaded on crates.io
ibraheemdev/matchit
What this package is like to depend on
Last release 4 months ago
08 Apr 2026
Release timing varies
gaps range from 1 weeks to 10 months
Some releases are documented
notes for 10 of 28 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
28 releases · first in 2020
3 releases in the last 12 months
see the full history below
Release timeline
28 releases · Dec 2020 to Apr 2026Releases
latest 28-
0.9.208 Apr 2026 -
0.9.126 Dec 2025 -
0.9.026 Oct 2025Release notes
Open source →- Fixed a bug that caused empty routes to be ignored on insert (#76).
- Tightened the rules around overlapping parameter prefixes and suffixes, where ambiguous routes were inadvertently allowed (#67). See the new conflict rules for details.
-
0.8.602 Jan 2025Release notes
Open source →- Added support for parameter suffixes, e.g.
/{name}.png(#17). - Performance improvements.
- Added support for parameter suffixes, e.g.
-
0.8.507 Nov 2024 -
0.8.411 Jul 2024 -
0.8.330 Jun 2024 -
0.8.228 Apr 2024 -
0.8.123 Apr 2024 -
0.8.010 Mar 2024Release notes
Open source →This a large release containing a number of new features and breaking changes.
- The syntax for route parameters has been changed. Named parameters are now marked by
{x}and catch-all parameters with{*x}. This allows for more flexibility and support for more complex routes in the future. - The
{and}characters can be escaped with{{and}}in static routes. - Trailing slash redirect support has been removed. Routes like
/fooand/foo/are now treated as completely disconnected. To achieve redirect behavior, routes must be registered twice, with and without a trailing slash. - Catch-all parameters without a leading slash are now supported (#42).
- The syntax for route parameters has been changed. Named parameters are now marked by
-
0.7.322 Sep 2023Nothing published for this version
-
0.7.203 Aug 2023Nothing published for this version
-
0.7.128 Jul 2023Nothing published for this version
-
0.7.009 Nov 2022Nothing published for this version
-
0.6.015 Jun 2022Nothing published for this version
-
0.5.009 Mar 2022Nothing published for this version
-
0.4.631 Jan 2022Nothing published for this version
-
0.4.531 Jan 2022Nothing published for this version
-
0.4.425 Oct 2021Nothing published for this version
-
0.4.315 Sep 2021Nothing published for this version
-
0.4.208 Jun 2021Nothing published for this version
-
0.4.118 May 2021Nothing published for this version
-
0.4.017 May 2021Nothing published for this version
-
0.3.207 Mar 2021Nothing published for this version
-
0.3.103 Mar 2021Nothing published for this version
-
0.3.003 Mar 2021Nothing published for this version
-
0.2.023 Dec 2020Nothing published for this version
-
0.1.021 Dec 2020Nothing published for this version