Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 619 Bytes

readme.md

File metadata and controls

10 lines (6 loc) · 619 Bytes

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