Simple middleware for [tide](https://github.com/http-rs/tide) to log requests with [tracing](https://github.com/tokio-rs/tracing).
This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2024-05-20 12:33:19 -04:00
src Remove impl const and #![feature(...)] 2024-05-20 12:29:51 -04:00
.gitignore Update to tide 0.16 2021-05-08 20:05:02 -04:00
Cargo.toml Bump version & update dependencies 2024-05-20 12:31:13 -04:00
LICENSE-APACHE Add license 2021-05-21 11:02:35 -04:00
LICENSE-MIT Add license 2021-05-21 11:02:35 -04:00
README.md Improve README.md 2021-05-08 20:30:38 -04:00

tide_tracing.rs

Simple middleware for tide to log requests with tracing.