tracing-setup 1.0.2

this crate helps us configure tracing for a rust project. It is designed to be used with the `traced-test` crate
Documentation
1
2
3
4
5
crate::ix!();

pub trait Flushable {
    fn flush(&self);
}