#tracing #wire #events #type #format #collector #tracing-serde-structured

no-std tracing-serde-wire

Wire types for use with tracing-serde-structured crate

2 releases

0.1.1 Jun 27, 2022
0.1.0 Jun 27, 2022

#20 in #wire

Download history 22/week @ 2024-02-19 24/week @ 2024-02-26 11/week @ 2024-03-04 13/week @ 2024-03-11

70 downloads per month
Used in 2 crates

Apache-2.0

7KB
51 lines

Wire types for use with tracing-serde-structured crate

This crate contains a number of high level types that contain the individual tracing-rs event types that are created via the tracing-serde-structured crate.

These types can be used as a simple "wire format" between a tracing subscriber which obtains and serializes the events, and a remote collector, which receives and deserializes the events

Currently, this crate contains no code, and only data type definitions.

License

This crate is provided under the terms of the Apache 2.0 license.


lib.rs:

Wire types for use with tracing-serde-structured crate

This crate contains a number of high level types that contain the individual tracing-rs event types that are created via the tracing-serde-structured crate.

These types can be used as a simple "wire format" between a tracing subscriber which obtains and serializes the events, and a remote collector, which receives and deserializes the events

Currently, this crate contains no code, and only data type definitions.

Dependencies

~1.2–1.9MB
~39K SLoC