humansize 1.0.0

A configurable crate to easily represent file sizes in a human-readable format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]

name = "humansize"

version = "1.0.0"

authors = ["Leopold Arkham <leopold.arkham@gmail.com>"]

description = "A configurable crate to easily represent file sizes in a human-readable format."

repository = "https://github.com/LeopoldArkham/humansize"

documentation = "https://docs.rs/humansize/0.1.0/humansize/"

keywords = ["file", "size", "sizes", "humanize", "bytes"]

license = "MIT OR Apache-2.0"



[dependencies]