oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
86 stars 45 forks source link

feat(errors): Allow to serialize errors with serde #123

Closed SuperTux88 closed 3 months ago

SuperTux88 commented 3 months ago

This now also allows to use the error structs defined in this crate to serialize with serde again.