wokket / rust-hl7

Learning rust by playing with a HL7 parser. Use for real at your own risk!
18 stars 8 forks source link

Work pending for 0.5 release #24

Closed wokket closed 3 years ago

wokket commented 3 years ago

This PR replaces #18 now that we've pushed 0.4 straight out of master. This PR includes adding the new query functions but leaves the String indexers in place for back-compat but marked as deprecated. My current thinking is to remove the String indexers entirely in 0.6 but we can have a few smaller 0.5.x releases in the meantime..

wokket commented 3 years ago

Pushing to master, we can branch master at the 0.4 tag if needed for bug fixes