2022-05-11 03:42:40 +05:30
< div align = "center" >
< h1 >
actix-web-codegen-const-routes
< / h1 >
< p >
< strong > Routing and runtime macros for Actix Web with support for const routes. Fork of actix-web-codegen< / strong >
< / p >
2022-05-11 03:34:04 +05:30
2023-10-14 20:10:06 +05:30
[![status-badge ](https://ci.batsense.net/api/badges/98/status.svg )](https://ci.batsense.net/repos/98)
2022-05-11 03:42:40 +05:30
< / div >
2022-05-11 03:34:04 +05:30
## Documentation & Resources
2023-10-14 20:09:16 +05:30
- [API Documentation ](https://docs.rs/actix-web-codegen-const-routes ) TODO: replace with fork's documentation link
2022-05-11 03:34:04 +05:30
- 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 ](https://github.com/dtolnay/trybuild#workflow ) of the trybuild docs for info on how to do this.
[`trybuild`]: https://github.com/dtolnay/trybuild