Simple middleware for [tide](https://github.com/http-rs/tide) to log requests with [tracing](https://github.com/tokio-rs/tracing).
Go to file
Michael Pfaff 392f435ded
Loosen dependencies
2021-01-24 14:09:34 -05:00
src Use std Duration for output instead of chrono Duration for better formatting 2021-01-21 12:15:43 -05:00
.gitignore Initial commit 2021-01-18 22:39:08 -05:00
Cargo.lock Loosen dependencies 2021-01-24 14:09:34 -05:00
Cargo.toml Loosen dependencies 2021-01-24 14:09:34 -05:00
README.md Initial commit 2021-01-18 22:39:08 -05:00

README.md

Tide Tracing

Simple middleware for Tide to log requests with Tracing