use fmt;
use ;
/// `Display` wrapper for human-readable byte sizes (e.g. `"1.5KB"`).
///
/// Instances of this type are created via [`crate::bytes()`] and [`crate::bytes_with`].
///
/// This type writes directly into the provided formatter and does not allocate
/// by itself.