A Layer for tracing-subscriber that outputs Chrome-style traces, enabling performance profiling in Chrome DevTools.
# Cargo.toml
[dependencies]
tracing-chrome = "0.7.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a Chrome tracing layer and logs an info event.
Store the guard in a variable with a long enough lifetime, e.g., let _guard = ...;
No dependency data recorded yet.