humanize-bytes 1.0.4

Format byte sizes in human readable form
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.smartstring]
default-features = false
version = "1.0.1"

[package]
authors = ["Jacob T. <jtrueb@northwestern.edu>"]
categories = ["value-formatting"]
description = "Format byte sizes in human readable form"
edition = "2021"
homepage = "https://github.com/trueb2/humanize-bytes"
keywords = ["human", "bytes", "units", "conversion", "format"]
license = "MIT OR Apache-2.0"
name = "humanize-bytes"
readme = "README.md"
repository = "https://github.com/trueb2/humanize-bytes"
version = "1.0.4"