Re-exports

pub use data::Consequences;

Modules

Data associated with spans.

Structs

A tracing-subscriber layer for monitoring the causal relationships between tracing spans.

A Span, represented by its Id and metadata.

A causality graph, rooted at a given Id.

A stream of Updates that affect a Trace.

Enums

An update that should be applied to a Trace.

Functions

Produces the immediate consequences of the span corresponding to the given id, or None if that span has already been closed.

Produces the full causality graph for the span corresponding to a given id.