Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 436 Bytes

TODO.md

File metadata and controls

3 lines (3 loc) · 436 Bytes

TODO

  • Look at using enum_dispatch see https://gitlab.com/antonok/enum_dispatch but would want to extend it to allow Box for external trait implementers which is supported but would want to implement a generic generated in the macro that will make any implementation unknown at compile time into a Box or use one of the known enum memeber.
  • Figure out how to build OpenExr and create OpenExr functionality in imageio.rs