A fast CLI tool for recursively cleaning development build directories (Rust, Node.js, Python, Go, Java/Kotlin, C/C++, Swift, .NET) to reclaim disk space
//! Utility functions and helpers.
//!//! This module contains utility functions used throughout the application,
//! such as size parsing and formatting helpers.
pubmodsize;pubusesize::{calculate_dir_size, parse_size};