Expand description
§use-oci-distribution
use-oci-distribution provides OCI distribution identifier and route metadata primitives without registry HTTP calls.
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§
- Blob
Reference - A blob reference by digest.
- Distribution
Route - A distribution route path. This type performs no HTTP calls.
- Namespace
- A slash-separated repository namespace.
- Registry
Host - A registry host label.
- Repository
Name - A validated repository name.
- TagReference
- A tag reference.
Enums§
- Distribution
Error - Errors returned when distribution identifiers are invalid.
- Manifest
Reference - A manifest reference by tag or digest.
- Route
Action - Pull or push route action metadata.