Hi @ruuda!
I'm using your crate and I really appreciate your work!
My current goal is to skip the headers part and read only the data.
I notice that you have created this function that is doing what I expected to be done: read_until_data.
The problem is that it is not reexported in the hound mod as public, so I cannot use it.
Is there another way to do the same without this function?
PS. I saw that the next branch has a completely different approach on this. Make sense to install the next branch? Could you give me some insights?
Thanks a lot!