hl7probe 0.7.0

Inspect and validate HL7 v2 messages from the command line
Documentation
1
2
3
4
5
//! hl7probe - inspect and validate HL7 v2 messages from the command line.

fn main() -> std::process::ExitCode {
    hl7probe::cli::run()
}