Crate oci_spec[][src]

Expand description

Open Container Initiative (OCI) Specifications for Rust.

Modules

OCI image spec types and definitions.

OCI runtime spec types and definitions.

Enums

Error type for oci spec errors.

Type Definitions

Spezialized result type for oci spec operations. It is used for any operation that might produce an error. This typedef is generally used to avoid writing out OciSpecError directly and is otherwise a direct mapping to Result.