You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thenext
branch? Could you give me some insights?Thanks a lot!
The text was updated successfully, but these errors were encountered: