mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-01-24 20:06:16 +00:00
## Motivation The documentation under https://tracing.rs/tracing/ is missing CSS styles. Fixes #2444 ## Solution Used the `--html-in-header` rustdoc flag instead of `--extend-css`. Converted the css file into an html file.