Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The pub read_until_data function inside the read mod cannot be used externally #86

Open
jBernavaPrah opened this issue Oct 25, 2024 · 0 comments

Comments

@jBernavaPrah
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant