bandwidth 0.2.0

A library for representing bandwidth speed in a variety of units, mimicking the `core::time::Duration` struct.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.rustversion]
version = "1.0"

[package]
categories = ["data-structures", "network-programming", "no-std"]
description = "A library for representing bandwidth speed in a variety of units, mimicking the `core::time::Duration` struct."
documentation = "https://docs.rs/bandwidth"
edition = "2021"
homepage = "https://github.com/stack-rs/bandwidth"
keywords = ["bandwidth", "data-structures", "network", "no-std", "utility"]
license = "Apache-2.0"
name = "bandwidth"
readme = "README.md"
repository = "https://github.com/stack-rs/bandwidth"
version = "0.2.0"