Aravinth Manivannan
b5a315893d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
23 lines
797 B
Markdown
23 lines
797 B
Markdown
<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>
|
|
|
|
[![status-badge](https://ci.batsense.net/api/badges/98/status.svg)](https://ci.batsense.net/repos/98)
|
|
|
|
|
|
</div>
|
|
|
|
## Documentation & Resources
|
|
|
|
- [API Documentation](https://docs.rs/actix-web-codegen-const-routes) 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](https://github.com/dtolnay/trybuild#workflow) of the trybuild docs for info on how to do this.
|
|
|
|
[`trybuild`]: https://github.com/dtolnay/trybuild
|