Enet4 / dicom-rs

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

dicom_dump not visible #368

Closed jmlaka closed 1 year ago

jmlaka commented 1 year ago

The lib part of the dicom_dump is not visible when importing dicom-rs and so is not usable from external projects.

Can this be fixed by updating the parent crate ?

Enet4 commented 1 year ago

The lib part of the dicom_dump is not visible when importing dicom-rs and so is not usable from external projects.

It is still possible to import dicom-dump directly (this is the "pick what you need" way of using DICOM-rs). But as far as the parent crate is concerned, I agree that it would be useful if dump was available in dicom as well.