Currently everything is just dumped into the crate root, which is awful. OpenEXR itself is split into two libraries - OpenEXR and OpenEXRUtil. I think I'd rather just keep one crate but create meaningful submodules - thinks like deep, tiled, multi_part etc.
Currently everything is just dumped into the crate root, which is awful. OpenEXR itself is split into two libraries - OpenEXR and OpenEXRUtil. I think I'd rather just keep one crate but create meaningful submodules - thinks like
deep
,tiled
,multi_part
etc.