Format memory sizes.
Import the trait and call the method.
```rust use fmtsize::FmtSize;
println!("{}", 492752310u64.fmtsize(Conventional)); // 469.93 MB ```
MIT or Apache 2.0. Pick whichever you like.