An OCI (Open Container Initiative) implementation in Rust for container image distribution.
# Cargo.toml
[dependencies]
oci-distribution = "0.11.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new OCI distribution client (requires async runtime).
Add tokio as a dependency and use #[tokio::main] or another async runtime.
No dependency data recorded yet.