Skip to main content

Module fmt

Module fmt 

Source
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).