No description
Find a file
2023-10-14 20:05:33 +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
Cargo.lock chore: update deps 2023-10-14 20:05:33 +05:30
Cargo.toml feat: sync with upstream 4.2.2 2023-10-14 20:04:32 +05:30
CHANGES.md init 2022-05-11 03:34:04 +05:30
LICENSE-APACHE init 2022-05-11 03:34:04 +05:30
LICENSE-MIT init 2022-05-11 03:34:04 +05:30
README.md feat: add badges to readme 2022-05-11 03:42:40 +05:30

actix-web-codegen-const-routes

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

Documentation CI (Linux) dependency status codecov

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.