convert

Crates.ioconvert
lib.rsconvert
version0.2.0
sourcesrc
created_at2018-01-21 05:03:52.419048
updated_at2018-01-21 05:43:48.745618
descriptionA command line tool written in rust which converts between currencies.
homepagehttps://github.com/theycallmemac/convert
repositoryhttps://github.com/theycallmemac/convert
max_upload_size
id47623
size42,031
James Mc Dermott (theycallmemac)

documentation

README

convert

Build Status Crates.io GitHub license

A command line tool written in rust which converts between currencies.

Example Usage

Version:

To check the current version of convert: convert -V

Conversions:

To carry out any given conversion between currencies try something like:

convert 180.50 EUR USD

This will convert EUR 180.50 to it's USD equivalent using real-time information.

List Supported Currencies:

To view the currencies supported by convert:

convert -l

Help

To see how convert works: convert -h

Commit count: 12

cargo fmt