thisslime 0.5.1

Error utilities for slimebot.
Documentation
1
2
3
4
5
6
7
pub mod error;
pub use error::TracingError;

pub use thisslime_core::tracing::{Event, Span};

pub mod span_or_event;
pub use span_or_event::{SpanOrEvent, ToSpanOrEvent};