fmtsize

Format memory sizes.

Usage

Import the trait and call the method.

```rust use fmtsize::FmtSize;

println!("{}", 492752310u64.fmtsize(Conventional)); // 469.93 MB ```

License

MIT or Apache 2.0. Pick whichever you like.