No description
Find a file
2022-05-11 03:43:01 +05:30
.github/workflows init 2022-05-11 03:34:04 +05:30
src feat: mv realaravinth/actix-web/actix-web-codegen . 2022-05-11 03:43:01 +05:30
tests feat: mv realaravinth/actix-web/actix-web-codegen . 2022-05-11 03:43:01 +05:30
.gitignore init 2022-05-11 03:34:04 +05:30
Cargo.lock feat: mv realaravinth/actix-web/actix-web-codegen . 2022-05-11 03:43:01 +05:30
Cargo.toml feat: mv realaravinth/actix-web/actix-web-codegen . 2022-05-11 03:43:01 +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.