//! maclean — find and reclaim disk space on macOS.
//!
//! `core` is the product. `cli` and `tui` are wrappers around the same
//! types: [`Item`], [`Module`], [`Registry`].
compile_error!;
pub const CREDIT: &str = "maclean · by kirkl4nd";
pub use ;
pub use run;