/hl7-mllp-codec

A HL7 MLLP codec for Tokio (https://tokio.rs) to make building a HL7 server in Rust super simple.

Primary LanguageRust

A HL7 MLLP Codec for Tokio

This is a tokio play project, implementing support for HL7 Minimal Lower Layer Message Transport protocol (MLLP) within a tokio codec.

Latest version Documentation

Run an example listener at 127.0.0.1:8080 by cargo r --release --example listener, or run an example publisher using cargo r --release --example publisher

Docs are available as usual from cargo doc --lib --open