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 f02736366b
apparently Value isn't implemented for String
2021-01-21 12:10:26 -05:00
src apparently Value isn't implemented for String 2021-01-21 12:10:26 -05:00
.gitignore Initial commit 2021-01-18 22:39:08 -05:00
Cargo.lock Add multiline option 2021-01-21 12:06:22 -05:00
Cargo.toml Add multiline option 2021-01-21 12:06:22 -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