OCI/Docker image manifest, index, and layer types.
This crate provides types for working with container image manifests, including OCI image manifests, Docker v2 schema 2 manifests, and multi-architecture image indexes.
Examples
Parse an OCI manifest:
use ;
let manifest = new;
let bytes = manifest.to_bytes.unwrap;
let digest = manifest.digest.unwrap;