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 783f5e4df9
Update to tide 0.16
2021-05-08 20:05:02 -04:00
src Use std Duration for output instead of chrono Duration for better formatting 2021-01-21 12:15:43 -05:00
.gitignore Update to tide 0.16 2021-05-08 20:05:02 -04:00
Cargo.toml Update to tide 0.16 2021-05-08 20:05:02 -04: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