-
Notifications
You must be signed in to change notification settings - Fork 808
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
test the Streaming wrapper on HTTP benchmarks #1614
base: main
Are you sure you want to change the base?
Conversation
@epage it looks like the const bool is not necessary, a static method on the |
Pull Request Test Coverage Report for Build 3863929320
💛 - Coveralls |
I had originally intended to just have a function on the trait but switched to
To be clear, these examples are meant to be indicative of what can be done. Of course, going the In general, I would recommend looking over my notes in #1535 as they will provide more context and might give other ideas. |
Making it clear in the documentation that
I read them again, thank you for the context and the exploration. Here I'll choose the simpler solution though, I want that change to be minimally invasive, because I'll probably have to introduce more complex changes in that release (like the GAT idea) |
This is an experiment in merging streaming and complete implementations of parsers, using a condition on the input type, loosely inspired from winnow-rs/winnow#28