Bandwidth
A library for representing bandwidth speed in a variety of units, mimicking the core::time::Duration struct.]
Usage
More detailed usage can be found on documentation.
use Bandwidth;
let five_gbps = from_gbps;
assert_eq!;
assert_eq!;
assert_eq!;
let ten_gbps = from_gbps;
let seven_bps = from_bps;
let total = ten_gbps + seven_bps;
assert_eq!;
Maintainer
How to contribute
You should follow our Code of Conduct.
See CONTRIBUTING GUIDELINES for contributing conventions.
Make sure to pass all the tests before submitting your code.
Contributors
LICENSE
Apache-2.0 © stack-rs