hl7-3 0.1.0

HL7 v3 for Rust: the Reference Information Model (RIM) backbone classes, coded values, and the three-level message envelope (transport wrapper, control act wrapper, domain payload). A foundation, not a full implementation — see spec/index.md for exact scope.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "hl7-3"
version = "0.1.0"
dependencies = [
 "hl7-v2-xml-lite-helper",
]

[[package]]
name = "hl7-v2-xml-lite-helper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4b95c835bc52ee29eb24b2fcb0e94420e11179a46ccf20d73b11d530cb479bc"