actix-web/actix-web-codegen
Matt Gathu 8bb205846d Handle repeated HTTP Method edge case
Refactor code to detect when the same HTTP method is specified more than
once. eg. `#[route("/multi", method = "GET", method = "GET")]`
and return a compile time error.
2020-09-15 20:26:08 +02:00
..
src Handle repeated HTTP Method edge case 2020-09-15 20:26:08 +02:00
tests Update route attribute macro syntax 2020-09-15 20:26:08 +02:00
CHANGES.md Update Change log 2020-09-15 20:26:08 +02:00
Cargo.toml add trybuild tests to routing codegen (#1677) 2020-09-13 16:31:08 +01: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 add trybuild tests to routing codegen (#1677) 2020-09-13 16:31:08 +01:00

README.md

actix-web-codegen

Helper and convenience macros for Actix Web

crates.io Documentation Version Build Status codecov Join the chat at https://gitter.im/actix/actix

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.