1 2 3 4 5
//! hl7probe - inspect and validate HL7 v2 messages from the command line. fn main() -> std::process::ExitCode { hl7probe::cli::run() }