Skip to main content

Crate zoi_install

Crate zoi_install 

Source
Expand description

Zoi installation logic.

This crate contains the logic for installing packages, managing lockfiles, and resolving dependencies.

Modulesยง

create
Module for creating package installations. App creation logic.
dep_install
Module for installing dependencies. Dependency installation logic.
installer
Module for the main installer logic. Main installer logic.
lockfile
Module for managing lockfiles. Lockfile processing logic.
manifest
Module for package manifests. Installation manifest creation logic.
pkg_install
Module for package installation logic.
plan
Module for installation plans.
prebuilt
Module for handling prebuilt packages.
preflight
Module for preflight checks.
pubgrub
Module for the PubGrub dependency resolver.
resolver
Module for resolving dependencies.
service
Module for managing services.
shim
Module for creating shims.
util
Utility functions.