tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
406 stars 28 forks source link

Output bytes by default #174

Closed tiffany352 closed 1 month ago

tiffany352 commented 1 month ago

This has been annoying me for years. Make rink output bytes by default, even though bits are the base unit of information.

Only applies when you specifically ask for bytes by itself. Falls back to bits if you use some other unit like bit s^-1, bit^2, bit^-1, etc.

> 500 floppy
737.28 megabyte (information)

Improves #56 but doesn't really fix it.