Crate tina_core

source ·
Expand description

common通用工具

Re-exports

Modules

  • Callsites represent the source locations from which spans or events originate.
  • Dispatches trace events to Subscribers.
  • Events represent single points in time during the execution of a program.
  • Span and Event key-value data.
  • Attach a span to a std::future::Future.
  • Trace verbosity level filtering.
  • 相关声明宏
  • Metadata describing trace data.
  • Spans represent periods of time in which a program was executing in a particular context.
  • Collects and records trace data.
  • tina core mod

Macros

Structs

  • Iterator of a chain of source errors.
  • Dispatch trace data to a Subscriber.
  • The Error type, a wrapper around a dynamic error type.
  • Events represent single points in time where something occurred during the execution of a program.
  • Identifies a span within the context of a subscriber.
  • Describes the level of verbosity of a span or event.
  • Metadata describing a span or event.
  • A handle representing a span, with the capability to enter the span if it exists.

Traits

Functions

  • Equivalent to Ok::<_, anyhow::Error>(value).

Type Definitions

Attribute Macros

Derive Macros