actix-web/actix-web-codegen
Luca Cappelletti fd81e6ee0d
Resolved collisions between `missing_docs` clippy lints (#3653)
* Trying to resolve the clippy forbid(missing_doc) in web codegen

* Specifying to use workspace version

* Restored cargo toml as they were

* Restored toml and lock to original

* Replaced `#[doc(hidden)]` with documentation comments

* Reformatted code

* Removed auto-generated doc comment as existing doc comment should be fine
2025-05-24 15:50:14 +00:00
..
src Resolved collisions between `missing_docs` clippy lints (#3653) 2025-05-24 15:50:14 +00:00
tests refactor: switch size parsing to bytesize crate 2025-03-21 06:06:50 +00:00
CHANGES.md chore(actix-web-codegen): prepare release 4.3.0 2024-06-09 00:19:09 +01:00
Cargo.toml chore: narrow tokio dep to account for RUSTSEC-2025-0023 2025-05-10 06:09:51 +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 chore(actix-web-codegen): prepare release 4.3.0 2024-06-09 00:19:09 +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

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.