Enet4 / dicom-rs

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

[parent] Re-export more Cargo features from pixeldata #469

Closed Enet4 closed 6 months ago

Enet4 commented 6 months ago

This exposes Cargo features image and ndarray from dicom-pixeldata to the parent crate. This will make it possible to use pixel data image and ndarray conversion capabilities through dicom like the example TOML below, hopefully preventing confusions similar to #465.

dicom = { version = "0.7", features = ["image", "ndarray"] }