tracing-dedup 0.1.0

tokio.rs tracing formatter that replaces repeated messages with a counter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "tracing-dedup"
version = "0.1.0"
edition = "2024"
license = "MIT OR Apache-2.0"
description = "tokio.rs tracing formatter that replaces repeated messages with a counter"
homepage = "https://github.com/kika/tracing-dedup"
repository = "https://github.com/kika/tracing-dedup"
readme = "README.md"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"