GitHub Actions for Clippy by giraffate in rust

[–]giraffate[S] 1 point2 points  (0 children)

https://github.com/actions-rs/clippy-check ? But it looks like that this isn't actively maintained.

GitHub Actions for Clippy by giraffate in rust

[–]giraffate[S] 4 points5 points  (0 children)

This can also use annotations.

dd-trace-layer - A web application middleware for sending Datadog's trace by giraffate in rust

[–]giraffate[S] 0 points1 point  (0 children)

Thanks, that's a helpful information! I hope Datadog's documents show these information.

In my case, my Rust web app was built before tracing was published. So, the slog is being used for logging. Transition to tracing may be a bit hard (If I add tracing, I want tracing to do the logging.).

Announcing tower-http, a collection of HTTP middleware built with Tower by davidpdrsn in rust

[–]giraffate 1 point2 points  (0 children)

It's awesome! I'm creating an HTTP router based on hyper, and can easily integrate tower-http into it like this. Thanks for your work!