Crates.io | convert |
lib.rs | convert |
version | 0.2.0 |
source | src |
created_at | 2018-01-21 05:03:52.419048 |
updated_at | 2018-01-21 05:43:48.745618 |
description | A command line tool written in rust which converts between currencies. |
homepage | https://github.com/theycallmemac/convert |
repository | https://github.com/theycallmemac/convert |
max_upload_size | |
id | 47623 |
size | 42,031 |
A command line tool written in rust which converts between currencies.
To check the current version of convert:
convert -V
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.
To view the currencies supported by convert:
convert -l
To see how convert works:
convert -h