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§
- Architecture
Tag - An architecture-looking OCI tag.
- OciTag
- A validated OCI tag.
- Version
Tag - A version-looking OCI tag.
Enums§
- OciTag
Error - Errors returned when OCI tag text is invalid.
Functions§
- is_
valid_ oci_ tag - Returns true when text is a valid OCI tag.