Expand description
Safe discovery and cleanup of rebuildable development artifacts.
Re-exports§
pub use cleaner::CleanOptions;pub use cleaner::CleanReport;pub use cleaner::clean;pub use cleaner::clean_with_options;pub use config::Config;pub use config::config_candidates;pub use config::load_config;pub use config::parse_age;pub use config::parse_bytes;pub use model::Candidate;pub use model::Category;pub use model::Confidence;pub use model::CustomRule;pub use model::LearningObservation;pub use model::OutputFormat;pub use model::RenderOptions;pub use model::ReviewCandidate;pub use model::ReviewRule;pub use model::ScanReport;pub use quarantine::PurgeReport;pub use quarantine::QuarantineEntry;pub use quarantine::default_registry_path;pub use quarantine::hold;pub use quarantine::list as list_quarantine;pub use quarantine::purge_expired;pub use quarantine::purge_selected;pub use quarantine::restore as restore_quarantine;pub use render::human_bytes;pub use render::render;pub use render::render_with_options;pub use scanner::LearningMode;pub use scanner::ScanOptions;pub use scanner::default_roots;pub use scanner::scan;