feature: re-struct package to be an http core server for rust #84
Annotations
7 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ATiltedTree/setup-rust@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ATiltedTree/setup-rust@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run cargo clippy:
src/handler.rs#L14
very complex type used. Consider factoring parts into `type` definitions
|
Run cargo clippy:
src/params.rs#L7
match expression looks like `matches!` macro
|
Run cargo clippy:
src/server.rs#L15
very complex type used. Consider factoring parts into `type` definitions
|
Run cargo clippy:
src/server.rs#L19
you should consider adding a `Default` implementation for `Server`
|
Run cargo clippy
`http_core` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p http_core` to apply 1 suggestion)
|
The logs for this run have expired and are no longer available.
Loading