Go to file
2024-07-22 19:05:31 +05:30
.github/workflows fix: CI: rename coverage run 2022-05-11 03:57:19 +05:30
src feat: sync with upstream 4.2.2 2023-10-14 20:04:32 +05:30
tests feat: sync with upstream 4.2.2 2023-10-14 20:04:32 +05:30
.gitignore init 2022-05-11 03:34:04 +05:30
.woodpecker.yml feat: migrate to git.batsense.net/realarvinth/actix-web-codegen-const-routes 2023-10-14 20:09:16 +05:30
Cargo.lock fix(deps): update rust crate syn to v2.0.72 2024-07-22 13:30:15 +00:00
Cargo.toml feat: bumb version to 0.2.0 2023-10-14 20:16:30 +05:30
CHANGES.md init 2022-05-11 03:34:04 +05:30
LICENSE-APACHE feat: bumb version to 0.2.0 2023-10-14 20:16:30 +05:30
LICENSE-MIT feat: bumb version to 0.2.0 2023-10-14 20:16:30 +05:30
README.md feat: CI: status badge 2023-10-14 20:10:06 +05:30
renovate.json Add renovate.json 2024-06-08 10:45:00 +00:00

actix-web-codegen-const-routes

Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen

status-badge

Documentation & Resources

  • API Documentation TODO: replace with fork's documentation link
  • Minimum Supported Rust Version (MSRV): 1.54

Compile Testing

Uses the trybuild crate. All compile fail tests should include a stderr file generated by trybuild. See the workflow section of the trybuild docs for info on how to do this.