tracing_logger_config/
lib.rs

1#[macro_use]
2extern crate serde;
3
4pub use self::{config::*, tracing_init::*};
5
6mod config;
7mod tracing_init;