#url #router #segment #wildcard #pattern #dynamic #recognizes

route-recognizer

Recognizes URL patterns with support for dynamic and wildcard segments

17 releases

0.3.1 Oct 25, 2021
0.3.0 Nov 13, 2020
0.2.0 Jun 19, 2020
0.1.13 Aug 12, 2019
0.1.1 Nov 25, 2014

#27 in Web programming

Download history 20207/week @ 2023-12-12 18352/week @ 2023-12-19 12013/week @ 2023-12-26 22329/week @ 2024-01-02 26435/week @ 2024-01-09 26301/week @ 2024-01-16 44046/week @ 2024-01-23 44481/week @ 2024-01-30 45631/week @ 2024-02-06 49001/week @ 2024-02-13 55339/week @ 2024-02-20 54913/week @ 2024-02-27 52727/week @ 2024-03-05 55133/week @ 2024-03-12 57526/week @ 2024-03-19 42816/week @ 2024-03-26

217,726 downloads per month
Used in 400 crates (32 directly)

MIT license

39KB
910 lines

route-recognizer

Recognizes URL patterns with support for dynamic and wildcard segments

Installation

$ cargo add route-recognizer

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License

Licensed under either the MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as MIT / Apache-2.0, without any additional terms or conditions.

No runtime deps