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 de61779b19
Improve README.md
2021-05-08 20:30:38 -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 Improve README.md 2021-05-08 20:30:38 -04:00

README.md

tide_tracing.rs

Simple middleware for tide to log requests with tracing.