tracing-serde-wire

Crates.iotracing-serde-wire
lib.rstracing-serde-wire
version0.1.1
created_at2022-06-27 13:24:35.101726+00
updated_at2022-06-27 13:26:14.248689+00
descriptionWire types for use with tracing-serde-structured crate
homepage
repositoryhttps://github.com/jamesmunns/tracing-serde-wire
max_upload_size
id614128
size16,232
James Munns (jamesmunns)

documentation

https://docs.rs/tracing-serde-wire/

README

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.

Commit count: 9

cargo fmt