thisslime 0.5.1

Error utilities for slimebot.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[cfg(feature = "tracing")]
pub mod tracing;

#[cfg(feature = "tracing")]
pub use tracing::error::TracingError;

#[cfg(feature = "tracing")]
#[cfg(feature = "derive")]
pub use thisslime_derive::TracingError;

pub use thisslime_core;