containers / ocidir-rs

Low level Rust library for working with OCI (opencontainers) directories
Apache License 2.0
4 stars 3 forks source link

Move `write_json_blob` to be method #8

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

No idea why this was a free function before. Add a method which delegates to the free function, and deprecate the old way.