Expand description
Workflow layer for WinBrew.
winbrew-app owns the business-level orchestration for install, update,
doctor, repair, and related command flows. It sits between the CLI
presentation layer and the lower-level core, database, engines, and models
crates, so it can keep execution logic reusable in tests and other callers.
Re-exports§
pub use context::AppContext;pub use operations::config;pub use operations::doctor;pub use operations::info;pub use operations::install;pub use operations::list;pub use operations::remove;pub use operations::repair;pub use operations::report;pub use operations::search;pub use operations::update;pub use operations::version;pub use winbrew_core as core;pub use winbrew_database as database;pub use winbrew_engines as engines;pub use winbrew_models as models;pub use winbrew_windows as windows;
Modules§
- catalog 🔒
- Internal catalog facade for package search and installer selection.
- context
- operations