byte-unit 4.0.1

A library for interaction with units of bytes.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/Byte-Unit"
[dependencies.serde]
optional = true
version = "1"

[features]
default = ["std", "u128"]
std = []
u128 = []

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "parser-implementations", "value-formatting"]
description = "A library for interaction with units of bytes."
edition = "2018"
homepage = "https://magiclen.org/byte-unit"
include = ["src/**/*", "Cargo.toml"]
keywords = ["byte", "unit", "kb", "mb", "gb"]
license = "MIT"
name = "byte-unit"
readme = "README.md"
repository = "https://github.com/magiclen/byte-unit"
version = "4.0.1"