clean-dev-dirs 2.8.1

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
Documentation
1
2
3
4
5
6
7
8
//! Utility functions and helpers.
//!
//! This module contains utility functions used throughout the application,
//! such as size parsing and formatting helpers.

pub mod size;

pub use size::{calculate_dir_size, parse_size};