6个版本
0.2.2 | 2019年9月5日 |
---|---|
0.2.1 | 2019年4月1日 |
0.2.0 | 2019年3月31日 |
0.1.2 | 2019年3月31日 |
#3 在 #btc
370KB
89 行
RBTC
RBTC是一个将BTC转换为任何货币及其相反方向的命令行工具。
源代码构建
要构建二进制文件,只需
$ cargo build
要作为调试运行,只需运行此示例
$ cargo run -- 1 --from USD --to BTC
安装
简单输入安装命令
cargo install rbtc
文档
目前,文档是工具的帮助返回
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]
许可协议
MIT
自由软件,太棒了!
依赖项
~21MB
~440K SLoC