| Crates.io | preen-gui |
| lib.rs | preen-gui |
| version | 0.1.0 |
| created_at | 2026-01-25 07:28:50.555013+00 |
| updated_at | 2026-01-25 07:28:50.555013+00 |
| description | Graphical User Interface (GUI) for the Preen system cleaner. |
| homepage | |
| repository | https://github.com/Preen-rs/preen.git |
| max_upload_size | |
| id | 2068334 |
| size | 2,434 |
This crate provides the Graphical User Interface (GUI) for the Preen system cleaner.
It is the focus of Phase 2 of the Preen project development. It acts as a Driver in the Hexagonal Architecture, sending Commands to the preen-core and rendering the visual interface based on the Events received.
The GUI will be built using a modern, cross-platform Rust GUI framework to ensure a native look and feel on both macOS and Linux.
To run the GUI application from the workspace root:
cargo run --package preen-gui