Enet4 / dicom-rs

Rust implementation of the DICOM standard
https://dicom-rs.github.io
Apache License 2.0
404 stars 76 forks source link

Support parsing "ggggeeee" to Tag #363

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This makes it so that decoding a string into Tag is supported in three different formats instead of two:

Plus I expanded the docs in impl FromStr for Tag.