net-bytes 0.3.0

A Rust library for handling file sizes, download speeds, and download acceleration with support for both SI and IEC standards
Documentation
[dependencies]

[dev-dependencies]

[features]
default = []

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

[package]
authors = ["ShaoG <shaog.rs@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "network-programming"]
description = "A Rust library for handling file sizes, download speeds, and download acceleration with support for both SI and IEC standards"
documentation = "https://docs.rs/net-bytes"
edition = "2024"
homepage = "https://github.com/ShaoG-R/net-bytes"
keywords = ["file-size", "download", "speed", "formatting", "units"]
license = "MIT OR Apache-2.0"
name = "net-bytes"
readme = "README.md"
repository = "https://github.com/ShaoG-R/net-bytes"
version = "0.3.0"