mirror of
https://github.com/actix/actix-web.git
synced 2025-03-06 11:31:15 +00:00
23 lines
1.2 KiB
Markdown
23 lines
1.2 KiB
Markdown
# actix-web-codegen
|
|
|
|
> Routing and runtime macros for Actix Web.
|
|
|
|
[](https://crates.io/crates/actix-web-codegen)
|
|
[](https://docs.rs/actix-web-codegen/4.2.0)
|
|

|
|

|
|
<br />
|
|
[](https://deps.rs/crate/actix-web-codegen/4.2.0)
|
|
[](https://crates.io/crates/actix-web-codegen)
|
|
[](https://discord.gg/NWpN5mmg3x)
|
|
|
|
## Documentation & Resources
|
|
|
|
- [API Documentation](https://docs.rs/actix-web-codegen)
|
|
- Minimum Supported Rust Version (MSRV): 1.65
|
|
|
|
## 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
|