Constant humansize::file_size_opts::CONVENTIONAL [−][src]
pub const CONVENTIONAL: FileSizeOpts=
FileSizeOpts{divider: Kilo::Binary, units: Kilo::Decimal, decimal_places: 2, decimal_zeroes: 0, fixed_at: FixedAt::No, long_units: false, space: true, suffix: "", allow_negative: false,}
Options to display sizes in the "conventional" format.
This 1024 as the value of the Kilo
, but displays decimal-style units (KB
, not KiB
).