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§
- Digest
Algorithm - A validated OCI digest algorithm label.
- Digest
Value - A validated encoded digest value.
- OciDigest
- A parsed OCI digest such as
sha256:<hex>.
Enums§
- OciDigest
Error - Errors returned while parsing OCI digest text.