Htrace 2.0.1

simple tracing system
Documentation
1
2
3
4
5
6
7
8
mod formater;
mod trace;
#[cfg(feature = "tracing_consumer")]
mod tracing;
#[cfg(feature = "log_consumer")]
mod log;
#[cfg(feature = "hconfig")]
mod hconfig;