We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry if it's obvious, I'm pretty new in Rust development!
I use bytes_stream method from reqwest to stream a file from google cloud storage, this method returns impl Stream<Item = Result<Bytes>>
impl Stream<Item = Result<Bytes>>
How can I consume this stream with quick-xml? This lib seems to not handle async if I understand the PR #314 so maybe I should wait this feature
quick-xml
Thanks for the help!
The text was updated successfully, but these errors were encountered:
@harscoet did you ever find an answer or workaround?
Sorry, something went wrong.
No branches or pull requests
Sorry if it's obvious, I'm pretty new in Rust development!
I use bytes_stream method from reqwest to stream a file from google cloud storage, this method returns
impl Stream<Item = Result<Bytes>>
How can I consume this stream with
quick-xml
? This lib seems to not handle async if I understand the PR #314 so maybe I should wait this featureThanks for the help!
The text was updated successfully, but these errors were encountered: