vector/sinks/console/
mod.rs

1
2
3
4
mod config;
mod sink;

pub use config::{ConsoleSinkConfig, Target};