Crate acme_disk_use

Crate acme_disk_use 

Source
Expand description

Disk usage analyzer with intelligent caching

This library provides fast disk usage calculation with caching support, designed for applications that work with mostly immutable files.

Modules§

logger
Logger module for file-based logging
tui
TUI module for displaying cached disk usage statistics

Structs§

DirStat
Statistics for a directory and its contents
DiskUse
Main interface for disk usage analysis with caching support

Enums§

DiskUseError
Custom error type that wraps IO errors with additional context

Functions§

format_size
Format bytes into string with optional human-readable scaling
get_default_cache_path
Get default cache directory path