Zipkin is a library for collecting timing information about computations in distributed systems. This information is collected into Zipkin spans.
This library corresponds to version 2 of the Zipkin specification.
Serialization
If the serde Cargo feature is enabled, Annotation, Endpoint, Kind, Span, SpanId, and
TraceId implement Serialize in the standard Zipkin format.