Expand description
Shared progress tracking utilities.
This module provides a reusable ProgressReader wrapper that tracks bytes read
and calls a callback function, enabling byte-based progress bars across all commands.
Structsยง
- Progress
Reader - A reader wrapper that tracks bytes read and calls a progress callback.