Skip to content

[Question] How to use a stream (future) as reader? #327

@harscoet

Description

@harscoet

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 feature

Thanks for the help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions