camallo / dkregistry-rs

A pure-Rust asynchronous library for Docker Registry API v2
Apache License 2.0
62 stars 39 forks source link

WIP Implement get_blob_ref #153

Open vrutkovs opened 4 years ago

vrutkovs commented 4 years ago

Add get_blob_ref function which writes blob data in the passed container (bytes crate). It ensures blob contents is not copied unnecessarily