Crates.io | data_units |
lib.rs | data_units |
version | 0.1.1 |
source | src |
created_at | 2024-09-03 12:52:07.185515 |
updated_at | 2024-09-03 13:01:22.413348 |
description | Data unit converter |
homepage | https://github.com/encoderuz/data_units |
repository | https://github.com/encoderuz/data_units |
max_upload_size | |
id | 1361625 |
size | 1,278,500 |
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