This library allows you to convert data units.
use data_units::convert_units; let result = convert_units(8, "bit", "byte"); // 1
Allowed units bit,byte,kb,mb,gb,tb,pb,eb
bit,byte,kb,mb,gb,tb,pb,eb