unit_converter

Crates.iounit_converter
lib.rsunit_converter
version0.1.6
sourcesrc
created_at2019-10-18 10:32:37.765746
updated_at2019-10-19 20:54:49.987765
descriptionREAD THE DESCRIPTION BEFORE USING THE LIBRARY. Add this in your main file {use unit_converter}. This is a binary converter library. all you have to do is call the function in the main file (unit_converter::meter_kilometer). Let's break it down what is happening here. The first word (unit_converter) is the file which you are accessing and after the double colon (::) you use the converter from this to that. Conversion from meter to kilometer written as meter_kilometer, Similarly you wanna convert kilo to nano write unit_converter::kilometer_nanometer. Others conversion are in the pipeline so have patience. cheers!
homepage
repository
max_upload_size
id173639
size9,255
(mfarzamalam)

documentation

README

Commit count: 0

cargo fmt