22 releases
| 0.4.1 | Sep 23, 2025 |
|---|---|
| 0.4.0 | Jul 12, 2024 |
| 0.3.1 | May 23, 2024 |
| 0.3.0 | Nov 15, 2023 |
| 0.1.4 | Jul 13, 2020 |
#16 in Debugging
692,333 downloads per month
Used in 106 crates
(66 directly)
48KB
1K
SLoC
tracing-tree
Instrument your application with tracing and get tree-structured summaries of your application activity with timing information on the console:
(Format inspired by slog-term)
Setup
After instrumenting your app with tracing, add this subscriber like this:
let subscriber = Registry::default().with(HierarchicalLayer::new(2));
tracing::subscriber::set_global_default(subscriber).unwrap();
Dependencies
~1.2–3.5MB
~59K SLoC