pretty-bytes-rust 0.3.0

Rust library that takes a number that represent a byte and returns a string that is prettier to read for a human
Documentation

pretty_bytes takes a [u64] that represent a number of bytes and output a [String] in prettier way that make sense for a human being.

Provide customizations to use calculation with 1000 or 1024 as well as how many decimal to display.