mirror of
https://github.com/tokio-rs/tracing.git
synced 2026-03-23 08:04:32 +00:00
Motivation To release `tracing 0.2` from `master`, we need to stabilize `tracing-core`. That includes introducing `valuable`. Solution Integrate `valuable` types into the `ValueSet` and `FieldSet` structs. Follow-up PRs will clean up and remove more code. Co-authored-by: Eliza Weisman <eliza@buoyant.io>