PTWM
install

ptwm_core::install::oci

OCI artifact install source: oci://<registry>/<path>:<tag>.

ptwm_core::install::oci

OCI artifact install source: oci://<registry>/<path>:<tag>.

rsmod

ptwm_core::install::oci

crates/ptwm-core/src/install/oci.rs:1
mod oci

OCI artifact install source: `oci://<registry>/<path>:<tag>`.

Pulls the manifest, expects a single layer carrying the bundle `.tar.zst`, and unpacks into the staging directory.
rsfn

ptwm_core::install::oci::stage_oci

crates/ptwm-core/src/install/oci.rs:14
pub fn stage_oci(ref_str: &str) -> Result<TempDir, ExtensionError>