PTWM
install

ptwm_core::install::https

HTTPS install source. Fetches a .tar.zst from the given URL, unpacks into a staging directory, returns the TempDir.

ptwm_core::install::https

HTTPS install source. Fetches a .tar.zst from the given URL, unpacks into a staging directory, returns the TempDir.

rsmod

ptwm_core::install::https

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

HTTPS install source. Fetches a `.tar.zst` from the given URL, unpacks into a staging directory, returns the TempDir.

rsfn

ptwm_core::install::https::stage_https

crates/ptwm-core/src/install/https.rs:13
pub fn stage_https(url: &str) -> Result<TempDir, ExtensionError>