tracing-chrometrace

Crates.iotracing-chrometrace
lib.rstracing-chrometrace
version0.1.19
sourcesrc
created_at2021-10-25 10:40:25.617766
updated_at2023-02-01 08:05:41.338098
descriptionA Layer for tracing-subscriber that outputs Chrome-style traces.
homepage
repositoryhttps://github.com/ileixe/tracing-chrometrace
max_upload_size
id470905
size27,046
Youseok Yang (ileixe)

documentation

https://docs.rs/tracing-chrometrace

README

tracing-chrometrace

Overview

A tracing Layer that for logs formatted representations of tracing events viewed by the Chrome Trace Viewer at chrome://tracing.

Usage

use tracing_chrometrace::ChromeLayer;
use tracing_subscriber::{Registry, prelude::*};

tracing_subscriber::registry().with(ChromeLayer::default()).init();
Commit count: 28

cargo fmt