byte-unit 1.1.0

A library for interaction with units of bytes.
Documentation
[package]
name = "byte-unit"
version = "1.1.0"
authors = ["Magic Len <len@magiclen.org>"]
repository = "https://github.com/magiclen/byte-unit"
homepage = "https://magiclen.org/byte-unit"
keywords = ["byte", "unit", "kb", "mb", "gb"]
categories = ["parsing"]
description= "A library for interaction with units of bytes."
readme = "README.md"
license = "MIT"

[badges]
travis-ci = { repository = "magiclen/Byte-Unit", branch = "master" }
appveyor = { repository = "magiclen/Byte-Unit", branch = "master", service = "github" }

[dependencies]
regex = "1"
lazy_static = "1.1.0"