Crates.io | hl7-mllp-codec |
lib.rs | hl7-mllp-codec |
version | 0.4.0 |
source | src |
created_at | 2019-11-04 01:51:24.415382 |
updated_at | 2022-07-22 10:58:26.465969 |
description | A Tokio codec for HL7 Minimal Lower Layer Message Transport protocol (MLLP) |
homepage | |
repository | https://github.com/wokket/hl7-mllp-codec |
max_upload_size | |
id | 177886 |
size | 44,812 |
This is a tokio play project, implementing support for HL7 Minimal Lower Layer Message Transport protocol (MLLP) within a tokio codec.
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