Enet4 / dicom-rs

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

Optimize WithMetaError #374

Closed Enet4 closed 1 year ago

Enet4 commented 1 year ago

Box ConvertValueError on PrepareMetaTable so that stack memory usage is reduced, warned by Clippy.