ptth/crates/ptth_core/src/prelude.rs

10 lines
128 B
Rust

pub use std::{
sync::Arc,
time::{Duration, Instant},
};
pub use tracing::{
debug, error, info, trace, warn,
instrument,
};