Frames
Frames copied to clipboard
what about hdf5 ?
Hello,
do you plan to add the hdf5 files support for frames ?
That looks like a rather complicated format, so parsing support for it probably belongs in its own library. There is a bindings-hdf5 on hackage, but it is very low level.
I think the way forward would be to write an hdf5 package that wraps up the bindings-hdf5 functionality with a streaming API, then we can do a Frames-hdf5 package that layers nicer types over that.