dwipe 0.1.4

Fast, cross-platform disk cleanup tool with interactive UI
Documentation
/// Application.
pub mod app;

/// Terminal events handler.
pub mod events;

/// Widget renderer.
pub mod ui;

/// Terminal user interface.
pub mod tui;

/// Configs
pub mod config;

/// File systems utils
pub mod fs;

/// Task queue manager
pub mod task_manager;

/// Debug logger
pub mod logger;

/// FPS counter
pub mod fps_counter;

pub mod spinner;