Skip to content

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

Notifications You must be signed in to change notification settings

wokket/hl7-mllp-codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages