1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00
actix-web/actix-web-codegen
2024-04-02 22:19:25 -07:00
..
src clean up for rust fmt 2024-04-02 22:19:25 -07:00
tests clean up code. fix bugs with route and method attributes with parameters 2024-04-02 22:13:13 -07:00
Cargo.toml chore: remove git from repo URLs 2023-11-10 14:06:38 +00:00
CHANGES.md Merge branch 'master' into scope_work 2024-02-18 10:52:58 -08:00
LICENSE-APACHE prepare actix-web-codegen release 2019-06-01 17:21:22 +06:00
LICENSE-MIT prepare actix-web-codegen release 2019-06-01 17:21:22 +06:00
README.md build: bump MSRV to 1.72 2024-02-13 01:24:34 +00:00

actix-web-codegen

Routing and runtime macros for Actix Web.

crates.io Documentation Version License
dependency status Download Chat on Discord

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.