vector/sinks/console/
mod.rs

1mod config;
2mod sink;
3
4pub use config::{ConsoleSinkConfig, Target};