size_format 1.0.2

Allows for easier formatting of sizes.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "size_format"
version = "1.0.2"
authors = ["aticu <15schnic@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Allows for easier formatting of sizes."
repository = "https://github.com/aticu/size_format"
keywords = ["size", "prefix", "unit", "format", "no_std"]
categories = ["value-formatting"]
readme = "README.md"

[dependencies]
num = { version = "0.2", default-features = false }
generic-array = "0.12.0"