A crate to format byte sizes.
println!("{}", BinarySize::from(2*1024*1024).rounded()); // Result: 2.00 MiB
println("{}", BinarySize::from(2*YIB); // Result: 2 YiB