hl7v2 1.2.1

HL7 v2 message parser and processor for Rust
Documentation
1
2
3
4
5
6
//! HL7 v2 transport helpers.

pub mod mllp;

#[cfg(feature = "network")]
pub mod network;