Skip to main content

Module install_core

Module install_core 

Source
Expand description

Install/uninstall primitives shared by the apps and sys preset domains: manifest tracking (manifest), file write/backup/admin-lock logic (file_ops), and content transforms (transforms).

This module is domain-neutral so sys doesn’t need to reach into apps for these primitives — both depend on install_core instead.

Re-exports§

pub use line_endings::eol_eq;
pub use line_endings::normalize_eol;
pub use manifest::AppEntry;
pub use manifest::AppInstallStrategy;
pub use manifest::AppManifest;
pub use manifest::hash_content;
pub use transforms::apply as apply_transforms;

Modules§

file_ops
line_endings
Line-ending-agnostic comparison helpers.
manifest
transforms