rbtc

Crates.iorbtc
lib.rsrbtc
version0.2.2
sourcesrc
created_at2019-03-30 19:54:25.033766
updated_at2019-09-05 18:36:17.633212
descriptionConvert amount from BTC to USD or any other currency and virse-versa
homepagehttps://lucawen.github.io/rbtc/
repositoryhttps://github.com/lucawen/rbtc
max_upload_size
id124833
size604,267
Luca Lacerda (lucawen)

documentation

README

RBTC

Build Status Crates.io

RBTC is cli to convert BTC to any currency and vice-versa.

Building for source

For build the binary just:

$ cargo build

To run as debug, just run this example:

$ cargo run -- 1 --from USD --to BTC

Installation

Install simple typing:

cargo install rbtc

Documentation

The documentation, for now, is the help return of tool:

Get value of a btc value to a currency

USAGE:
    rbtc [FLAGS] [OPTIONS] [amount]

FLAGS:
    -h, --help       Prints help information
    -s, --silent     Silent information abount currency result
    -V, --version    Prints version information
    -v, --verbose    Verbose errors

OPTIONS:
    -f, --from <from>    Set the initial currency of [default: BTC]
    -t, --to <to>        Set the final currency to convert [default: USD]

ARGS:
    <amount>    Set amount to convert to a currency or from a currency [default: 1]

License

MIT

Free Software, Hell Yeah!

Commit count: 49

cargo fmt