human-bandwidth 0.1.4

A library for representing bandwidth speed in a human-readable format.
Documentation
[dependencies.bandwidth]
version = "0.3.0"

[dependencies.serde]
optional = true
version = "1.0.130"

[dev-dependencies.serde_json]
version = "1.0"

[features]
binary-system = []
display-integer = []
serde = ["bandwidth/serde", "serde/derive", "dep:serde"]

[lib]
name = "human_bandwidth"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "data-structures"]
description = "A library for representing bandwidth speed in a human-readable format."
documentation = "https://docs.rs/human-bandwidth"
edition = "2021"
homepage = "https://github.com/stack-rs/human-bandwidth"
keywords = ["bandwidth", "data-structures", "network", "human", "serde"]
license = "Apache-2.0"
name = "human-bandwidth"
readme = "README.md"
repository = "https://github.com/stack-rs/human-bandwidth"
rust-version = "1.60"
version = "0.1.4"

[package.metadata.docs.rs]
all-features = true