1//! This crate contains tools for testing, tracing, profiling and benchmarking. 2//! So far, only helper for [`tracing`] are implemented. 3pub mod tracing;