pub async fn package_status(
transport: &Transport,
name: &str,
) -> Result<PackageStatus>Expand description
Read a package’s installation state. The full item is registry metadata; only the installation facts are kept.
pub async fn package_status(
transport: &Transport,
name: &str,
) -> Result<PackageStatus>Read a package’s installation state. The full item is registry metadata; only the installation facts are kept.