Skip to main content

Crate use_oci_digest

Crate use_oci_digest 

Source
Expand description

§use-oci-digest

use-oci-digest provides OCI digest syntax primitives for algorithms, encoded values, and digest references.

It is part of the use-oci RustUse workspace for small, focused OCI primitive crates. It does not perform network calls, shell out to runtimes, implement a registry client, or build container images.

§License

Licensed under either of the following, at your option:

  • Apache License, Version 2.0
  • MIT license

Structs§

DigestAlgorithm
A validated OCI digest algorithm label.
DigestValue
A validated encoded digest value.
OciDigest
A parsed OCI digest such as sha256:<hex>.

Enums§

OciDigestError
Errors returned while parsing OCI digest text.