byte-unit 3.1.4

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

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

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "parser-implementations"]
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 = "3.1.4"