This website requires JavaScript.
Explore
Help
Sign In
actix
/
actix-web
Watch
1
Star
0
Fork
0
You've already forked actix-web
mirror of
https://github.com/fafhrd91/actix-web
synced
2025-01-18 13:51:50 +01:00
Code
Issues
Releases
Wiki
Activity
actix-web
/
actix-router
History
Rob Ede
c1a6388614
refactor: address clippy warnings
2024-05-06 06:03:44 +01:00
..
benches
chore: remove allow(uninlined_format_args)
2023-12-16 10:33:00 +00:00
src
refactor: address clippy warnings
2024-05-06 06:03:44 +01: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
README.md
actix-router
Resource path matching and router.