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
1
2
3
4
5
6
7
mod constants;
mod options;

pub use constants::BYTE_UNITS;
pub use constants::BIT_UNITS;
pub use options::PrettyBytesOptions;
pub use options::PrettyBytesOptionWithDefault;