tracing-wide 0.2.0

Wide structured events for tokio `tracing`: define a struct per event and emit all observability-relevant fields at one site.
Documentation
1
2
3
4
5
6
7
```console
$ cargo run -q --example subscriber --features subscriber
[line] WARN  service started
[watch] billing is up (attempt 1)
[line] INFO  request completed

```