Skip to main content

Crate devclean

Crate devclean 

Source
Expand description

Safe discovery and cleanup of rebuildable development artifacts.

Re-exports§

pub use cleaner::CleanReport;
pub use cleaner::clean;
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::OutputFormat;
pub use model::RenderOptions;
pub use model::ScanReport;
pub use render::human_bytes;
pub use render::render;
pub use render::render_with_options;
pub use scanner::ScanOptions;
pub use scanner::default_roots;
pub use scanner::scan;

Modules§

cleaner
config
docker
model
policy
render
scanner