Constant humansize::file_size_opts::CONVENTIONAL [] [src]

pub const CONVENTIONAL: FileSizeOpts = FileSizeOpts{divider: Standard::Binary,
             units: Standard::Decimal,
             decimal_places: 2,
             decimal_zeroes: 0,
             long_suffix: false,}

Options to display sizes in the conventional format.Standard This uses multiples of 1024 to calculate the scale, but displays decimal units (KB, not KiB).