1pub mod analyzer; 2pub mod args; 3pub mod input; 4pub mod output; 5pub mod processor; 6 7pub type Result<T> = anyhow::Result<T>;