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