Skip to main content

Crate use_oci_tag

Crate use_oci_tag 

Source
Expand description

§use-oci-tag

use-oci-tag provides OCI tag primitives with conservative validation and common tag classifiers.

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§

ArchitectureTag
An architecture-looking OCI tag.
OciTag
A validated OCI tag.
VersionTag
A version-looking OCI tag.

Enums§

OciTagError
Errors returned when OCI tag text is invalid.

Functions§

is_valid_oci_tag
Returns true when text is a valid OCI tag.