actix-web/actix-web-codegen
edgerunnergit 65c0545a7a
added support for creating custom methods with route macro (#2969)
Co-authored-by: Rob Ede <robjtede@icloud.com>
Closes https://github.com/actix/actix-web/issues/2893
2023-02-06 12:40:41 +00:00
..
src added support for creating custom methods with route macro (#2969) 2023-02-06 12:40:41 +00:00
tests added support for creating custom methods with route macro (#2969) 2023-02-06 12:40:41 +00:00
CHANGES.md added support for creating custom methods with route macro (#2969) 2023-02-06 12:40:41 +00:00
Cargo.toml fix version requirement for futures_util 2022-12-18 01:34:48 +00: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 prepare actix-web-codegen release 4.1.0 2022-09-11 16:42:28 +01:00

README.md

actix-web-codegen

Routing and runtime macros for Actix Web.

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

Documentation & Resources

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.