oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
95 stars 52 forks source link

client: Return Stream for async_pull_blob API #83

Closed arronwy closed 1 year ago

arronwy commented 1 year ago

Return Stream and allow the user to decide how to use it. Move dependency of tokio-util to dev for tests.

Fixes: #58

flavio commented 1 year ago

LGTM. Can you look into the failing check please?

Scratch that, the CI was failing because of unrelated issues. I'm fixing them here https://github.com/krustlet/oci-distribution/pull/84