vfx-rs / openexr-bind

cppmm bindings for OpenEXR
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Module structure #35

Closed anderslanglands closed 3 years ago

anderslanglands commented 3 years ago

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.