oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

implemented method to list tags #80

Closed rbbl-dev closed 11 months ago

rbbl-dev commented 1 year ago

implemented this because i wanna use it in a program of mine.

let me know if something is missing.

any minor improvements are also welcome since i'm fairly new to rust.

flavio commented 11 months ago

@rbbl-dev it turned out the windows tests were not passing because of a minor glitch introduced by the new unit test you wrote. I've fixed it.

Thanks for your contribution!