konvert 0.3.1

unit converter without any dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Konvert

converts units

usage:

    $ konvert
    [list of all supported units]

    $ konvert 80 kg lbs
    176.3698096

    $ konvert 1 gal ml
    4546.09

Extend the `conversions` vector (defiend in the `build_conversions` function) to support further units.