Expand description
§use-oci-annotation
use-oci-annotation provides OCI annotation key, value, and common image annotation helpers.
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§
- Annotation
- An OCI annotation key/value pair.
- Annotation
Key - A validated OCI annotation key.
- Annotation
Value - A validated OCI annotation value.
Enums§
- Annotation
Error - Errors returned when annotation text is invalid.
Constants§
- OCI_
AUTHORS - Common OCI annotation key for authors.
- OCI_
CREATED - Common OCI annotation key for creation metadata.
- OCI_
DESCRIPTION - Common OCI annotation key for a description.
- OCI_
DOCUMENTATION - Common OCI annotation key for documentation.
- OCI_
LICENSES - Common OCI annotation key for licenses.
- OCI_
REVISION - Common OCI annotation key for a revision.
- OCI_
SOURCE - Common OCI annotation key for a source URL.
- OCI_
TITLE - Common OCI annotation key for a title.
- OCI_URL
- Common OCI annotation key for a URL.
- OCI_
VERSION - Common OCI annotation key for a version.