oras-project / rust-oci-client

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

Change the visibility of `OciEnvelop.errors` to `pub` #71

Closed linyinfeng closed 1 year ago

linyinfeng commented 1 year ago

The visibility of the registry error code (OciErrorCode) is pub, but there is no way to use it because the visibility of OciEnvelop.errors is pub(crate).