mirror of https://github.com/fafhrd91/actix-web
* 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 |
||
---|---|---|
.. | ||
src | ||
tests | ||
CHANGES.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
actix-web-codegen
Routing and runtime macros for Actix Web.
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.