probablykasper / cpc

Text calculator with support for units and conversion
https://crates.io/crates/cpc
MIT License
121 stars 14 forks source link

Add support for data rate units #22

Closed djmattyg007 closed 2 years ago

djmattyg007 commented 3 years ago

This permits the following calculations:

10 kilobytes per second 6 seconds = 60 kilobytes 500 megabytes / 100 megabytes per second = 5 seconds 1 gibibit per second 1 hour = 3600 gibibits

djmattyg007 commented 3 years ago

I've updated this PR now that #17 has been merged.

probablykasper commented 2 years ago

Forgot about this, merged now