hl7 0.1.1

HL7 for Rust: parse, navigate, validate, modify, and render Health Level Seven (HL7) messages. HL7 v2 (releases 2.1-2.9) lives in `hl7::v2`; the HL7 v3 RIM and message envelope in `hl7::v3`; room for `hl7::fhir` as that standard is implemented.
Documentation
1
2
3
4
5
6
7
8
9
# CLAUDE.md

See [AGENTS.md](AGENTS.md) — that file holds the canonical agent
instructions for this crate. Keeping the guidance in one file avoids
the two drifting apart.

The behavior itself is specified in `hl7-2`'s
[spec/index.md](../hl7-2/spec/index.md) (single source of truth for
`hl7::v2`); [README.md](README.md) is the user-facing summary.