data_units 0.1.1

Data unit converter
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 1.27 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.08 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • encoderuz/data_units
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • encoderuz

Data Units Converter

Test Current Crates.io Version

This library allows you to convert data units.

Convert units

use data_units::convert_units;
let result = convert_units(8, "bit", "byte"); // 1

Allowed units bit,byte,kb,mb,gb,tb,pb,eb