ostreedev / ostree-rs-ext

Rust library with higher level APIs on top of the core ostree API
Apache License 2.0
72 stars 22 forks source link

container: Make ManifestDiff serializable #619

Closed cgwalters closed 3 months ago

cgwalters commented 3 months ago

But don't serialize the layers or manifests as that's large; just the numeric diff which is a lot smaller amount of data.

Fetching manifests and layers should be done via a dedicated API.

cgwalters commented 3 months ago

Yeah you're right, reopened that.