Expand description
Shared formatting utilities for human-readable byte sizes. Shared formatting utilities for human-readable output.
Functionsยง
- format_
size - Format a byte count using SI-style decimal suffixes (KB, MB, GB).
- format_
size_ compact - Format a byte count using compact suffixes without spaces (G, M, K, B).
- format_
size_ iec - Format a byte count using IEC binary suffixes (KiB, MiB, GiB).