1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-04-26 22:08:44 +00:00
actix-web/actix-router
LoveSy c10f05a867
Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291)
* - Add `unicode` feature to switch between `regex` and `regex-lite`

as a trade-off between full unicode support and binary size.

* Update CHANGES.md

* Update CHANGES.md

* refactor: move regexset code selection to own module

* docs: add docs within RegexSet module

* chore: restore manifests

* test: ensure all actix-router codepaths are tested

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
2024-03-03 15:50:16 +00:00
..
benches chore: remove allow(uninlined_format_args) 2023-12-16 10:33:00 +00:00
src Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291) 2024-03-03 15:50:16 +00:00
Cargo.toml Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291) 2024-03-03 15:50:16 +00:00
CHANGES.md Add unicode feature to switch between regex and regex-lite crates as a trade-off between full unicode support and binary size (#3291) 2024-03-03 15:50:16 +00: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: bump MSRV to 1.72 2024-02-13 01:24:34 +00:00

actix-router

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

Resource path matching and router.