currency-converter

A command line tool written in Rust to convert between currencies.

Usage

$ currency-converter 1 eur in usd 1 EUR ⟶ 1.17 USD

Configuration

All configuration options are shown in the --help output:

``` Converts an amount of a currency to another currency

USAGE: currency-converter [FLAGS] [OPTIONS] [ARGS]

ARGS: how much of the input currency ... currency conversion, e.g. 'turkish lira in usd'

FLAGS: -h, --help Prints help information -p, --precise Show sub-cent decimals -r, --raw Only print output currency value -s, --stats Show conversion statistics -V, --version Prints version information

OPTIONS: --access-key-coinmarketcap Enables the CoinMarketCap API --access-key-fixer Enables the Fixer.io API ```