Enet4 / dicom-rs

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

Fix using dicom_value! without smallvec import #366

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

This fixes an item naming error which was preventing users of dicom_core from using the dicom_value! macro unless they also imported smallvec explicitly.

The crates echoscu, findscu, storescu, and storescp were also updated, since they were importing smallvec unnecessarily, and sometimes adding smallvec as a dependency.